Up to 9000

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
1004 meh
In other news, I finally got that piece of code to work on the new database. THAT WAS A PAIN >_<
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
1013 I was talking about base-10 numbers that happen to only contain 0's and 1's and thus where valid binary numbers as well >_>
 

duckfan77

Popular Member
Mar 18, 2013
80
683
118
Code:
#import time.h
#import iostream.h

int main()
{
    tm time;
    cout << time.tm_year-999; //Fix was changing this from 1000 to 999
    return 1;
}

main();
 
Last edited: