| Problem | gift |
|---|---|
| User | coderr25 |
| Submission Time | 2024-11-26 12:33:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:7:2: error: ‘gist’ was not declared in this scope; did you mean ‘gift’?
7 | gist = 0;
| ^~~~
| gift
gift.cpp:10:25: error: expected ‘;’ before ‘)’ token
10 | for (int i = 0; i<n<i++){
| ^
| ;