| Problem | potatosalad |
|---|---|
| User | monke |
| Submission Time | 2025-12-03 18:08:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:19: error: expected ‘}’ at end of input
14 | std::cout<<weight;
| ^
potatosalad.cpp:12:26: note: to match this ‘{’
12 | for(int i = 0; i<d; i++){
| ^
potatosalad.cpp:14:19: error: expected ‘}’ at end of input
14 | std::cout<<weight;
| ^
potatosalad.cpp:8:26: note: to match this ‘{’
8 | for(int i = 0; i<n; i++){
| ^
potatosalad.cpp:14:19: error: expected ‘}’ at end of input
14 | std::cout<<weight;
| ^
potatosalad.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^