0_0_30413183_13776.cpp: In function 'int main()':
0_0_30413183_13776.cpp:25:3: error: 'll' was not declared in this scope
ll n,k;
^
0_0_30413183_13776.cpp:26:17: error: 'n' was not declared in this scope
scanf("%d%d",&n,&k);
^
0_0_30413183_13776.cpp:26:20: error: 'k' was not declared in this scope
scanf("%d%d",&n,&k);
^
0_0_30413183_13776.cpp:28:6: error: expected ';' before 'ans'
ll ans=0;
^
0_0_30413183_13776.cpp:29:6: error: expected ';' before 'num'
ll num=0;
^
0_0_30413183_13776.cpp:34:4: error: 'ans' was not declared in this scope
ans+=tp[i];
^
0_0_30413183_13776.cpp:36:4: error: 'num' was not declared in this scope
num+=tp[i]/k;
^
0_0_30413183_13776.cpp:38:3: error: 'ans' was not declared in this scope
ans += k;
^
0_0_30413183_13776.cpp:39:3: error: 'num' was not declared in this scope
num++;
^
|