| Problem | potatosalad |
|---|---|
| User | yuexiang |
| Submission Time | 2025-06-03 17:45:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> N >> D;
| ^~~
potatosalad.cpp:21:5: error: ‘cout’ was not declared in this scope
21 | cout << total;
| ^~~~