Problem | iqtest |
---|---|
User | sporknives |
Submission Time | 2025-02-13 21:30:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
iqtest.cpp: In function ‘int main()’:
iqtest.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
iqtest.cpp:7:5: note: in expansion of macro ‘int’
7 | int t; cin>>t;
| ^~~
iqtest.cpp:7:9: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
7 | int t; cin>>t;
| ^
| tm
iqtest.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
iqtest.cpp:9:9: note: in expansion of macro ‘int’
9 | int a, p; cin>>a>>p;
| ^~~
iqtest.cpp:9:13: error: ‘a’ was not declared in this scope
9 | int a, p; cin>>a>>p;
| ^
iqtest.cpp:9:16: error: ‘p’ was not declared in this scope
9 | int a, p; cin>>a>>p;
|