Problem | numericalstrings |
---|---|
User | Lemon |
Submission Time | 2025-07-02 12:38:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numericalstrings.cpp: In function ‘int main()’:
numericalstrings.cpp:17:31: error: ‘nums’ was not declared in this scope
17 | ll ans = *max_element(nums.begin(), nums.end());
| ^~~~
numericalstrings.cpp:22:10: error: ‘nums’ was not declared in this scope
22 | sort(nums.begin(), nums.end(), greater<ll>());
| ^~~~