Problem sixseven
User JoshJuice
Submission Time 2025-11-24 12:53:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixseven.cpp: In function ‘int32_t main()’:
sixseven.cpp:34:19: error: operands to ?: have different types ‘const char*’ and ‘int’
34 | cout << (n > 67 ? "Too old for this wilted_rose" : 67);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~