Problem lunchbox
User NgMinSong123
Submission Time 2023-04-16 15:07:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:7:20: error: expected β€˜;’ before β€˜int’
7 | using namespace std
| ^
| ;
8 |
9 | int main() {
| ~~~