0_0_32911304_14008.cpp: In function 'int main()':
0_0_32911304_14008.cpp:37:14: error: expected primary-expression before ',' token
ll temp = , cnt = 0;
^
0_0_32911304_14008.cpp:43:17: error: 'cnt' was not declared in this scope
if(vis[i] + cnt >= temp){
^
|