| Problem | cardplacing |
|---|---|
| User | Xiaoyang |
| Submission Time | 2025-12-29 16:53:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:37:57: error: expected ‘)’ before ‘{’ token
37 | if((sb.find(x+1)==sb.end() and sb.find(x-1)==sb.end()){
| ~ ^
| )
cardplacing.cpp:40:2: error: expected primary-expression before ‘}’ token
40 | }
| ^
cardplacing.cpp:41:13: error: no match for call to ‘(std::set<long long int>) ()’
41 | if(sa_copy().size() >= sb.size())cout<<"Alice";
| ^