Problem topsilver
User Sofea13
Submission Time 2026-06-26 13:20:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:5:4: error: ‘cin’ was not declared in this scope
5 | cin >> X >> Y;
| ^~~
topsilver.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << "top silver";
| ^~~~
topsilver.cpp:9:5: error: ‘cout’ was not declared in this scope
9 | cout << "womp womp";
| ^~~~
topsilver.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout << lucky;
| ^~~~
topsilver.cpp:11:13: error: ‘lucky’ was not declared in this scope
11 | cout << lucky;
| ^~~~~