0_0_38494117_8492.cpp: In function 'int main()':
0_0_38494117_8492.cpp:16:13: error: redeclaration of 'long long int times'
long long times = (n - m) * 1ll/lost + 1;
^
0_0_38494117_8492.cpp:15:13: note: 'long long int times' previously declared here
long long times = 0;
^
|