| Problem | card |
|---|---|
| User | boaznumberd5555 |
| Submission Time | 2023-07-28 13:59:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:15:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | if(aba == "A"){
| ^~~
card.cpp:20:13: error: expected ‘,’ or ‘;’ before ‘d’
20 | d.push_back(d.front());
| ^