Problem topsilver
User Ninjatobs
Submission Time 2026-06-26 13:18:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:7:18: error: ‘R’ was not declared in this scope
7 | cin >> Y >> R;
| ^
topsilver.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
topsilver.cpp:5:13: note: to match this ‘{’
5 | int main() {
| ^