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

Compile Error

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