Problem | potatosalad |
---|---|
User | Red123 |
Submission Time | 2025-03-14 10:00:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:13:21: error: ‘n’ was not declared in this scope
13 | reverse(c + 0, c + n);
| ^
potatosalad.cpp:15:12: error: expected ‘;’ before ‘}’ token
15 | d += c[i]
| ^
| ;
16 | }
| ~