Problem ihate1111
User Yinnotayl64
Submission Time 2026-03-31 14:32:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:10:23: error: ‘x’ was not declared in this scope
10 | int x; cin >> x;
| ^
ihate1111.cpp: At global scope:
ihate1111.cpp:20:5: error: expected unqualified-id before ‘return’
20 | return 0;
| ^~~~~~
ihate1111.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^