Problem laptop
User Adam
Submission Time 2024-06-21 15:56:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp:18:15: error: stray ‘\342’ in program
18 | if(arr[N][C]≤){
| ^
laptop.cpp:18:16: error: stray ‘\211’ in program
18 | if(arr[N][C]≤){
| ^
laptop.cpp:18:17: error: stray ‘\244’ in program
18 | if(arr[N][C]≤){
| ^
laptop.cpp:26:15: error: stray ‘\342’ in program
26 | if(arr[N][C]≤M){
| ^
laptop.cpp:26:16: error: stray ‘\211’ in program
26 | if(arr[N][C]≤M){
| ^
laptop.cpp:26:17: error: stray ‘\244’ in program
26 | if(arr[N][C]≤M){
| ^
laptop.cpp: In function ‘int main()’:
laptop.cpp:26:15: error: expected ‘)’ before ‘M’
26 | if(arr[N][C]≤M){
| ~ ^ ~
| )