0_0_22204627_17293.cpp:14:5: error: stray '\20' in program
return (x/10000-6)*3600+x000/100*60+x0;//060000-->0
^
0_0_22204627_17293.cpp:14:5: error: stray '\20' in program
0_0_22204627_17293.cpp:47:9: error: stray '`' in program
printf("%d\nd\n",ans,(ansid/3600+6)*10000+ansid600/60*100+ansid`);
^
0_0_22204627_17293.cpp: In function 'int trans(int)':
0_0_22204627_17293.cpp:14:31: error: expected ';' before numeric constant
return (x/10000-6)*3600+x000/100*60+x0;//060000-->0
^
0_0_22204627_17293.cpp:14:44: error: expected ';' before numeric constant
return (x/10000-6)*3600+x000/100*60+x0;//060000-->0
^
0_0_22204627_17293.cpp: In function 'int main()':
0_0_22204627_17293.cpp:47:52: error: 'ansid600' was not declared in this scope
printf("%d\nd\n",ans,(ansid/3600+6)*10000+ansid600/60*100+ansid`);
^
|