| Problem | duckhunt18 |
|---|---|
| User | vadar2525 |
| Submission Time | 2025-11-21 11:40:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt18.cpp: In function ‘int main()’:
duckhunt18.cpp:9:2: error: expected initializer before ‘cin’
9 | cin >> n;
| ^~~
duckhunt18.cpp:10:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | int a[n];
| ^
| yn
duckhunt18.cpp:13:10: error: ‘a’ was not declared in this scope
13 | cin >> a[i];
| ^
duckhunt18.cpp:14:11: error: ‘b’ was not declared in this scope
14 | cin >> b[i];
| ^
duckhunt18.cpp:16:7: error: ‘a’ was not declared in this scope
16 | sort(a+0, a+n, greater<int>());
| ^
duckhunt18.cpp:17:7: error: ‘b’ was not declared in this scope
17 | sort(b + 0, b + n, greater<int>());
| ^