0_0_36177624_8529.cpp:35:12: error: stray '@' in program
if(year@0==0)
^
0_0_36177624_8529.cpp: In function 'int main(int, char**)':
0_0_36177624_8529.cpp:33:7: error: 'year0' was not declared in this scope
if(year0==0)
^
0_0_36177624_8529.cpp:35:13: error: expected ')' before numeric constant
if(year@0==0)
^
|