Problem cards
User PrunJuice
Submission Time 2025-05-04 00:41:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cards.cpp: In function ‘int main()’:
cards.cpp:26:17: error: ‘Cards6’ was not declared in this scope; did you mean ‘Card6’?
26 | while (!Cards6.empty() && Cards[Cards6.top()] >= Cards[i]){
| ^~~~~~
| Card6
cards.cpp:29:14: error: ‘Cards6’ was not declared in this scope; did you mean ‘Card6’?
29 | if (!Cards6.empty()){
| ^~~~~~
| Card6
cards.cpp:35:9: error: ‘Cards6’ was not declared in this scope; did you mean ‘Card6’?
35 | Cards6.push(i);
| ^~~~~~
| Card6
cards.cpp:38:13: error: ‘Cards6’ was not declared in this scope; did you mean ‘Card6’?
38 | while (!Cards6.empty()){
| ^~~~~~
| Card6
cards.cpp:42:17: error: ‘Cards6’ was not declared in this scope; did you mean ‘Card6’?
42 | while (!Cards6.empty() && Cards[Cards6.top()] >= Cards[i