0_0_15783021_19597.cpp:44:1: error: stray '\243' in program
ll N£»
^
0_0_15783021_19597.cpp:44:1: error: stray '\273' in program
0_0_15783021_19597.cpp:45:1: error: expected initializer before 'int'
int K;
^
0_0_15783021_19597.cpp: In function 'void input()':
0_0_15783021_19597.cpp:50:19: error: 'N' was not declared in this scope
scanf("%lld%d", &N, &K);
^
0_0_15783021_19597.cpp:50:23: error: 'K' was not declared in this scope
scanf("%lld%d", &N, &K);
^
0_0_15783021_19597.cpp: In function 'void solve()':
0_0_15783021_19597.cpp:55:22: error: 'K' was not declared in this scope
for(int i = 1; i <= K; i++) {
^
0_0_15783021_19597.cpp:59:12: error: 'K' was not declared in this scope
sum = ans[K].data;
^
0_0_15783021_19597.cpp:66:17: error: 'N' was not declared in this scope
else if(sum < N) {
^
0_0_15783021_19597.cpp:75:5: error: 'N' was not declared in this scope
if(N % 2 == 0) ans[K].data++;
^
|