0_0_25036545_17598.cpp: In function 'void get_result(int*, int, int)':
0_0_25036545_17598.cpp:15:14: error: 'i' was not declared in this scope
for(int j = i; j < n-1; ++j)
^
0_0_25036545_17598.cpp: In function 'int main()':
0_0_25036545_17598.cpp:24:8: error: 's' was not declared in this scope
int n;s
^
0_0_25036545_17598.cpp:26:20: error: 'm' was not declared in this scope
while(cin >> n >> m)
^
|