
I have recently found a website named Project Euler, and thought I might try out some of the tests there. So I wrote a little 14 line program in C. I tried compiling the code ( using TCC, C99 standard ) and it says 'expecting identifier', right where my For loop beings. I don't get it because i gave it the same arguments as always:
1
for( int i = 0; i < 333; i++ ) {
~DannyDeth
edited 1×, last 18.01.11 04:13:18 pm