| Problem | potatosalad |
|---|---|
| User | ZacharyTan2010 |
| Submission Time | 2024-02-07 16:56:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | r=r+a[s-w]}cout<<r
| ^
| ;
potatosalad.cpp:11:20: error: expected ‘;’ before ‘}’ token
11 | r=r+a[s-w]}cout<<r
| ^
| ;
12 | }
| ~