| Problem | gift |
|---|---|
| User | AaravRastogi |
| Submission Time | 2025-12-04 19:26:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘vector’
8 | vector<int> t(n);
| ^~~~~~
gift.cpp:12:38: error: ‘t’ was not declared in this scope
12 | for (int x = 0; x < n; ++x){ cin >> t[x];}
| ^
gift.cpp:15:7: error: ‘t’ was not declared in this scope
15 | d = t[i-1] - t[i];
| ^