Problem topsilver
User dkgdakerre
Submission Time 2026-06-26 13:23:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp:5:14: error: stray ‘\342’ in program
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^
topsilver.cpp:5:15: error: stray ‘\211’ in program
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^
topsilver.cpp:5:16: error: stray ‘\244’ in program
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^
topsilver.cpp:5:23: error: stray ‘\342’ in program
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^
topsilver.cpp:5:24: error: stray ‘\211’ in program
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^
topsilver.cpp:5:25: error: stray ‘\244’ in program
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:5:18: error: expected ‘,’ or ‘;’ before ‘x’
5 | int x,y = 0 ≤ x, y ≤ 500;
| ^