Problem | discharging |
---|---|
User | TheInvadr |
Submission Time | 2025-03-16 23:22:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
discharging.cpp: In function ‘int main()’:
discharging.cpp:17:11: error: expected ‘;’ before ‘cout’
17 | cin>>x
| ^
| ;
18 | cout<<n*x<<endl;
| ~~~~