| Problem | aura |
|---|---|
| User | yihai |
| Submission Time | 2026-01-28 17:40:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
aura.cpp:16:23: error: stray ‘\342’ in program
16 | int total=m + (c*(R − L));
| ^
aura.cpp:16:24: error: stray ‘\210’ in program
16 | int total=m + (c*(R − L));
| ^
aura.cpp:16:25: error: stray ‘\222’ in program
16 | int total=m + (c*(R − L));
| ^
aura.cpp: In function ‘int main()’:
aura.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘for’
14 | for (int i=0;i<n;i++){
| ^~~
aura.cpp:14:15: error: ‘i’ was not declared in this scope
14 | for (int i=0;i<n;i++){
| ^