| Problem | ny_mathexam |
|---|---|
| User | AndyChen |
| Submission Time | 2026-03-02 17:22:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:6:10: error: expected ‘;’ before ‘cout’
6 | a = 80*r
| ^
| ;
7 | cout << a;
| ~~~~