Problem | lunchbox |
---|---|
User | Xavier |
Submission Time | 2025-06-18 15:25:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:49: error: expected ‘;’ before ‘int’
7 | ios_base::sync_with_stdio(false); cin.tie(0)
| ^
| ;
8 | int n, m;
| ~~~
lunchbox.cpp:9:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | cin >> n >> m;
| ^
| yn
lunchbox.cpp:9:14: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
9 | cin >> n >> m;
| ^
| tm
lunchbox.cpp:11:18: error: expected ‘;’ before ‘i’
11 | for (int i=0l i<m;i++){
| ^~
| ;
lunchbox.cpp:20:18: error: expected ‘;’ before ‘}’ token
20 | ans++
| ^
|