Problem urarareader
User Vistryx
Submission Time 2026-06-23 10:00:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp: In function ‘int main()’:
urarareader.cpp:5:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | if (n == 1); {
| ^
| yn
urarareader.cpp:6:4: error: ‘else’ without a previous ‘if’
6 | } else (n == 0); {
| ^~~~
urarareader.cpp:6:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | } else (n == 0); {
| ^
| yn
urarareader.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
urarareader.cpp:6:19: note: to match this ‘{’
6 | } else (n == 0); {
| ^
urarareader.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
urarareader.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^