Problem | leftright |
---|---|
User | acesuk168 |
Submission Time | 2023-03-23 10:10:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
leftright.cpp: In function ‘int main()’:
leftright.cpp:8:61: error: expected ‘;’ before ‘int’
8 | ios_base::sync_with_stdio(false); cin.tie(0);cout.tie(0)
| ^
| ;
9 | int n;
| ~~~
leftright.cpp:10:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> n;
| ^
| yn