Problem globalwarming
User Pyrros
Submission Time 2023-11-30 00:23:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:26:23: error: expected ‘)’ before ‘{’ token
26 | if(a!= v[v.size()-1] { v.push_back(a);}
| ~ ^~
| )
globalwarming.cpp:27:2: error: expected primary-expression before ‘}’ token
27 | }
| ^