Problem laptop
User Adam
Submission Time 2024-06-21 16:04:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:18:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if(M>=arr[N][C]){
| ^
laptop.cpp:26:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
26 | if(M>=arr[N][C]){
| ^