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

Compile Error

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