Problem | kfc |
---|---|
User | officemouse |
Submission Time | 2023-11-08 16:01:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
kfc.cpp: In function ‘int main()’:
kfc.cpp:14:9: error: expected ‘;’ before ‘long’
14 | j = x/k
| ^
| ;
15 |
16 | long d;
| ~~~~
kfc.cpp:21:8: error: ‘d’ was not declared in this scope
21 | cin>>d;
| ^