Problem | gift |
---|---|
User | JAMALSGOODATROBOTICS |
Submission Time | 2025-02-12 20:19:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i = 0; i < n; i++){
| ^
gift.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i = 1; i < n; i++){
| ^
gift.cpp:13:21: error: expected primary-expression before ‘>’ token
13 | if (a[i-1] - a[i]=>k){
| ^