Problem lunchbox
User usernamehere
Submission Time 2025-09-15 12:10:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:17:16: error: stray ‘\342’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:17:17: error: stray ‘\200’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:17:18: error: stray ‘\230’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:17:19: error: stray ‘\’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:17:21: error: stray ‘\342’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:17:22: error: stray ‘\200’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:17:23: error: stray ‘\231’ in program
17 | Cout << i-1 << ‘\n’;
| ^
lunchbox.cpp:3:1: error: ‘Using’ does not name a type
3 | Using namespace std;
|