Problem 7up
User PerihelionfromAphelion
Submission Time 2026-06-10 23:59:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp:4:6: error: expected unqualified-id before numeric constant
4 | bool 7up(long long x) {
| ^~~
7up.cpp: In function ‘int main()’:
7up.cpp:22:7: error: unable to find numeric literal operator ‘operator""up’
22 | if (7up) cout << "UP!";
| ^~~