Problem | isitpriming |
---|---|
User | PyAce |
Submission Time | 2025-07-24 22:19:33 |
Score | 0 |
Owl Get a Life
isitpriming.cpp: In function ‘int main()’:
isitpriming.cpp:18:23: error: expected ‘;’ before ‘if’
18 | result = Input/cdiv
| ^
| ;
19 | if (result == Input) {
| ~~