Problem lunchtime
User blob
Submission Time 2023-12-12 00:23:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchtime.cpp: In function ‘int main()’:
lunchtime.cpp:20:10: error: ‘work’ was not declared in this scope
20 | cout << work;
| ^~~~
lunchtime.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
lunchtime.cpp:4:7: note: to match this ‘{’
4 | main(){
| ^