Problem crypto
User YSH2020
Submission Time 2023-08-09 10:58:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp:19:5: error: unterminated comment
19 | /*long long total = 0;
| ^
crypto.cpp: In function ‘int main()’:
crypto.cpp:17:41: error: expected ‘}’ at end of input
17 | } sort(sorted.begin(), sorted.end());
| ^
crypto.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^