| Problem | buyingsouvenirs |
|---|---|
| User | nmluan |
| Submission Time | 2026-06-28 22:47:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
buyingsouvenirs.cpp: In function ‘int main()’:
buyingsouvenirs.cpp:16:10: error: ‘a’ was not declared in this scope
16 | cin >> a[i];
| ^
buyingsouvenirs.cpp:19:7: error: ‘a’ was not declared in this scope
19 | if (a[i+1] <= a[i]){
| ^