Problem | div3 |
---|---|
User | parkjimn |
Submission Time | 2025-06-18 09:45:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
div3.cpp: In function ‘int main()’:
div3.cpp:10:5: error: expected ‘}’ before ‘else’
10 | else cout << ("NO");
| ^~~~
div3.cpp:8:21: note: to match this ‘{’
8 | if ((x%3) == 0) {
| ^