Problem ccs
User blob
Submission Time 2023-11-14 12:42:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function β€˜int main()’:
ccs.cpp:37:29: error: expected β€˜)’ before string constant
37 | cout << (success "YES" : "NO") << endl;
| ~ ^ ~~~~~
| )