0_0_16124777_15510.cpp: In function 'int main()':
0_0_16124777_15510.cpp:3:2: error: '__int64' was not declared in this scope
__int64 i,j,k,n,temp,m,a,b,c;
^
0_0_16124777_15510.cpp:4:23: error: 'n' was not declared in this scope
while(scanf("%I64d",&n)>0)
^
0_0_16124777_15510.cpp:4:24: error: 'scanf' was not declared in this scope
while(scanf("%I64d",&n)>0)
^
0_0_16124777_15510.cpp:6:3: error: 'a' was not declared in this scope
a=n/3;
^
0_0_16124777_15510.cpp:7:3: error: 'b' was not declared in this scope
b=n/2;
^
0_0_16124777_15510.cpp:8:3: error: 'k' was not declared in this scope
k=a+b+1;
^
0_0_16124777_15510.cpp:9:7: error: 'i' was not declared in this scope
for(i=1;i<=a;i++)
^
0_0_16124777_15510.cpp:11:4: error: 'c' was not declared in this scope
c=n-3*i;
^
0_0_16124777_15510.cpp:12:4: error: 'temp' was not declared in this scope
temp=c/2;
^
0_0_16124777_15510.cpp:15:21: error: 'printf' was not declared in this scope
printf("%I64d\n",k);
^
|