| Problem | duckhunt19 |
|---|---|
| User | DaPeter |
| Submission Time | 2025-12-05 09:45:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt19.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
duckhunt19.cpp:5:1: note: in expansion of macro ‘int’
5 | int main(){
| ^~~
duckhunt19.cpp: In function ‘int main()’:
duckhunt19.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
duckhunt19.cpp:6:2: note: in expansion of macro ‘int’
6 | int n,x;cin>>n>>x;
| ^~~
duckhunt19.cpp:6:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | int n,x;cin>>n>>x;
| ^
| yn
duckhunt19.cpp:6:8: error: ‘x’ was not declared in this scope
6 | int n,x;cin>>n>>x;
| ^
duckhunt19.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~