Problem | eeducation |
---|---|
User | kashsinghal |
Submission Time | 2023-11-15 11:20:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:6:13: error: ‘sync_with_stdio’ was not declared in this scope
6 | ios_base:sync_with_stdio(false);
| ^~~~~~~~~~~~~~~
eeducation.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eeducation.cpp:8:2: note: in expansion of macro ‘int’
8 | int n, m;
| ^~~
eeducation.cpp:8:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | int n, m;
| ^
| yn
eeducation.cpp:8:9: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
8 | int n, m;
| ^
| tm
eeducation.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eeducation.cpp:10:2: note: in expansion of macro ‘int’
10 | int a [n], b;
| ^