Problem | nostatement |
---|---|
User | zyh255 |
Submission Time | 2023-01-02 20:22:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘bool A(ll, ll)’:
nostatement.cpp:6:21: error: expected ‘;’ before ‘}’ token
6 | return n1 % n2 == 0
| ^
| ;
7 | }
| ~