Problem | exam |
---|---|
User | NateDhaliwal |
Submission Time | 2025-09-19 15:16:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:22: error: operands to ?: have different types ‘const char*’ and ‘int’
8 | cout << (page == 1) ? "Hello World" : both;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~