| Problem | dayum |
|---|---|
| User | TheFelixKS |
| Submission Time | 2026-07-16 11:13:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:28:21: error: operands to ?: have different types ‘long long int’ and ‘const char*’
28 | cout << (d <= 5 ? d : "EKET");
| ~~~~~~~^~~~~~~~~~~~