Problem laptop
User Lypho
Submission Time 2024-12-13 19:23:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:51:95: error: expected ‘}’ at end of input
51 | cout << "Pan will buy a laptop not made by Papple that will cost him " << v[0].second << ".";
| ^
laptop.cpp:50:19: note: to match this ‘{’
50 | if(v.size() != 0){
| ^
laptop.cpp:51:95: error: expected ‘}’ at end of input
51 | cout << "Pan will buy a laptop not made by Papple that will cost him " << v[0].second << ".";
| ^
laptop.cpp:26:14: note: to match this ‘{’
26 | signed main(){
| ^