Problem eescapism
User usernamehere
Submission Time 2024-03-23 14:08:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp: In function ‘int main()’:
eescapism.cpp:22:22: error: ‘a’ was not declared in this scope
22 | sort(probs,probs+n,(a>b));
| ^
eescapism.cpp:22:24: error: ‘b’ was not declared in this scope
22 | sort(probs,probs+n,(a>b));
| ^