| Problem | differencearray |
|---|---|
| User | LYTX |
| Submission Time | 2026-05-16 10:51:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
differencearray.cpp:3:1: error: ‘define’ does not name a type
3 | define int long long;
| ^~~~~~
differencearray.cpp: In function ‘int32_t main()’:
differencearray.cpp:7:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int a[n+2],d[n+2];
| ^
| yn
differencearray.cpp:8:5: error: ‘a’ was not declared in this scope
8 | a[0]=0,d[0]=0;
| ^
differencearray.cpp:8:12: error: ‘d’ was not declared in this scope
8 | a[0]=0,d[0]=0;
| ^
differencearray.cpp:13:11: error: ‘u’ was not declared in this scope
13 | while(u--){
| ^