Problem | iqtest4 |
---|---|
User | blackscreen1 |
Submission Time | 2023-02-21 19:49:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
iqtest4.cpp: In function ‘int32_t main()’:
iqtest4.cpp:34:10: error: expected ‘;’ before ‘long’
34 | cin >> n
| ^
| ;
iqtest4.cpp:49:7: error: ‘num5’ was not declared in this scope
49 | num5 += n/5;
| ^~~~
iqtest4.cpp:55:18: error: ‘num5’ was not declared in this scope
55 | ll t = 500 - num5;
| ^~~~