Problem nycheer
User kahchun
Submission Time 2026-07-05 19:35:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:5:31: error: initializer-string for array of chars is too long [-fpermissive]
5 | char A[3][7] = {"Hey", "Ho", "Nanyang"};
| ^~~~~~~~~