Problem laptop
User Javel17
Submission Time 2024-06-21 15:34:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp:11:77: error: missing terminating " character
11 | cout << "Pan will buy a laptop not made by Papple tat will cost him << " " << arr[0];
| ^~~~~~~~~~~~
laptop.cpp: In function ‘int main()’:
laptop.cpp:8:25: error: expected ‘;’ before ‘)’ token
8 | for (int i=0; i<N, i++){
| ^
| ;
laptop.cpp:11:76: error: expected ‘;’ before ‘}’ token
11 | cout << "Pan will buy a laptop not made by Papple tat will cost him << " " << arr[0];
| ^
| ;
12 | }
| ~
In file included from /usr/include/c++/9/algorithm:62