Problem | everyonewinstherace |
---|---|
User | Kannan |
Submission Time | 2023-12-30 16:13:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
everyonewinstherace.cpp: In function ‘long long int maximum_arr(std::vector<long long int>, long long int)’:
everyonewinstherace.cpp:5:19: error: ‘MAX_INT’ was not declared in this scope; did you mean ‘MAX_INPUT’?
5 | long long maxI = MAX_INT;
| ^~~~~~~
| MAX_INPUT
everyonewinstherace.cpp: In function ‘int main()’:
everyonewinstherace.cpp:22:11: error: invalid array assignment
22 | init_s = v;
| ^