Problem veryeasyproblem
User blackpanther
Submission Time 2025-04-02 11:40:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:7:49: error: invalid operands of types ‘const char*’ and ‘const char [15]’ to binary ‘operator+’
7 | cout << "maximum contestents that can AC=" + N + " or less than " + N;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
| | |
| | const char [15]
| const char*