Problem | veryeasyproblem |
---|---|
User | blackpanther |
Submission Time | 2025-04-02 11:39:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:6:10: error: expected ‘;’ before ‘cout’
6 | cin >> N
| ^
| ;
7 | cout << "maximum contestents that can AC=" + N + " or less than " + N;
| ~~~~