Problem lunchbox
User Smashing
Submission Time 2025-01-22 17:49:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:5:2: error: ‘int32_t’ is not a namespace-name
5 | int32_t main(){
| ^~~~~~~
lunchbox.cpp:5:9: error: expected ‘;’ before ‘main’
5 | int32_t main(){
| ^~~~~
| ;
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin >> N >> m;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from lunchbox.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
lunchbox.cpp:8:27: error: expected ‘;’ before ‘)’ token
8 | for(int i = 0; i < m, i++){
| ^
| ;
lunchbox.cpp:9:10: error: ‘a’ was not declared in this scope
9 | cin >>