Problem topsilver
User yq
Submission Time 2026-06-26 13:21:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:8:3: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout<<a;}
| ^~~~
topsilver.cpp:11:4: error: expected ‘,’ or ‘;’ before ‘cout’
11 | cout<<b;}
| ^~~~
topsilver.cpp:14:5: error: expected ‘,’ or ‘;’ before ‘cout’
14 | cout<<c; }
| ^~~~