Problem | numericalstrings |
---|---|
User | Lemon |
Submission Time | 2025-07-02 12:42:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numericalstrings.cpp: In function ‘int main()’:
numericalstrings.cpp:22:55: error: expected ‘)’ before ‘;’ token
22 | sort(strings.begin(), strings.end(), greater<ll>();
| ~ ^
| )