Problem card
User YH
Submission Time 2024-02-05 11:48:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:13:14: error: incompatible types in assignment of ‘int’ to ‘int [m]’
13 | cards[x] = x;
| ^