Problem | laptop |
---|---|
User | Javel17 |
Submission Time | 2024-06-21 15:34:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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: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,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from laptop.cpp:1:
/usr/include/c++/9/bits/stl_algo.h: In instantiat