Problem | ny_unwind |
---|---|
User | jamestan |
Submission Time | 2024-11-17 14:28:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:7:9: error: expected initializer before ‘a’
7 | int a,b;
| ^
ny_unwind.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin>>a>>b;
| ^
ny_unwind.cpp:8:13: error: ‘b’ was not declared in this scope
8 | cin>>a>>b;
| ^