| Problem | card |
|---|---|
| User | sharelletqx |
| Submission Time | 2026-04-25 10:05:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:10:13: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
10 | if(arr[a]="A"){
| ^~~
| |
| const char*
card.cpp:11:11: error: request for member ‘push_front’ in ‘arr[((int)a)]’, which is of non-class type ‘char’
11 | arr[a].push_front();
| ^~~~~~~~~~