Problem | everyonewinstherace |
---|---|
User | Kannan |
Submission Time | 2023-12-30 15:54:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
everyonewinstherace.cpp: In function ‘int main()’:
everyonewinstherace.cpp:32:59: error: expected ‘;’ before ‘}’ token
32 | sum.push_back((i+1) + get<2>(txv[i])*(y-get<0>(txv[i])))
| ^
| ;
33 | }
| ~