| Problem | airplane2 |
|---|---|
| User | YSH2020 |
| Submission Time | 2026-04-04 21:40:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
airplane2.cpp: In function ‘int main()’:
airplane2.cpp:10:13: error: redeclaration of ‘long long int h’
10 | int l = 0, h = 1e9+5;
| ^
airplane2.cpp:7:6: note: ‘long long int h’ previously declared here
7 | int h,w,k; cin >> h >> w >> k;
| ^
airplane2.cpp:14:23: error: ‘n’ was not declared in this scope
14 | for (int i = 1; i < n; i++) {
| ^