Problem laptop
User freezedriedcereal
Submission Time 2026-06-22 16:38:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < N; i++) {
| ^
laptop.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
laptop.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^