| Problem | laptop |
|---|---|
| User | Xuefei |
| Submission Time | 2026-06-23 08:51:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> N >> M;
| ^~~
laptop.cpp:12:8: error: ‘min’ was not declared in this scope; did you mean ‘main’?
12 | C = min(q,C);
| ^~~
| main
laptop.cpp:15:3: error: ‘cout’ was not declared in this scope
15 | cout <<"Pan will buy a laptop made by Papple that will cost him "<< C << ".";
| ^~~~
laptop.cpp:19:8: error: ‘min’ was not declared in this scope; did you mean ‘main’?
19 | C = min(q,C);
| ^~~
| main
laptop.cpp:20:4: error: ‘cout’ was not declared in this scope
20 | cout << "Pan will buy a laptop not made by Papple that will cost him " << C << ".";
| ^~~~