Problem | 7up |
---|---|
User | maximushartanto |
Submission Time | 2025-06-03 14:33:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
7up.cpp: In function ‘int main()’:
7up.cpp:65:29: error: operands to ?: have different types ‘const char*’ and ‘int’
65 | cout << (x % n == 0 ? "UP!" : x) << "\n";
| ~~~~~~~~~~~^~~~~~~~~~~
7up.cpp:67:1: error: expected ‘}’ at end of input
67 | }
| ^
7up.cpp:58:11: note: to match this ‘{’
58 | int main(){
| ^