| Problem | sort |
|---|---|
| User | IyasM |
| Submission Time | 2025-12-26 22:50:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:8:40: error: ‘INT_MX’ was not declared in this scope; did you mean ‘INT_MAX’?
8 | vector<string> a; int mx = 0, mn = INT_MX;
| ^~~~~~
| INT_MAX