0_0_30331031_18569.cpp:1:2: error: invalid preprocessing directive #icnlude
#icnlude<cstdio>
^
0_0_30331031_18569.cpp: In function 'int main()':
0_0_30331031_18569.cpp:5:14: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
0_0_30331031_18569.cpp:8:15: error: 'n' was not declared in this scope
scanf("%lld",&n);
^
0_0_30331031_18569.cpp:9:9: error: 'll' was not declared in this scope
ll x=ceil(1.0*n/6);
^
0_0_30331031_18569.cpp:12:31: error: 'x' was not declared in this scope
printf("%lld\n",3*x);
^
0_0_30331031_18569.cpp:12:32: error: 'printf' was not declared in this scope
printf("%lld\n",3*x);
^
0_0_30331031_18569.cpp:15:31: error: 'x' was not declared in this scope
printf("%lld\n",4*x-3);
^
0_0_30331031_18569.cpp:15:34: error: 'printf' was not declared in this scope
printf("%lld\n",4*x-3);
^
0_0_30331031_18569.cpp:18:31: error: 'x' was not declared in this scope
printf("%lld\n",3*x-2);
^
0_0_30331031_18569.cpp:18:34: error: 'printf' was not declared in this scope
printf("%lld\n",3*x-2);
^
0_0_30331031_18569.cpp:21:29: error: 'x' was not declared in this scope
printf("%lld\n",x-1);
^
0_0_30331031_18569.cpp:21:32: error: 'printf' was not declared in this scope
printf("%lld\n",x-1);
^
0_0_30331031_18569.cpp:24:31: error: 'x' was not declared in this scope
printf("%lld\n",6*x-3);
^
0_0_30331031_18569.cpp:24:34: error: 'printf' was not declared in this scope
printf("%lld\n",6*x-3);
^
0_0_30331031_18569.cpp:27:29: error: 'x' was not declared in this scope
printf("%lld\n",x-1);
^
0_0_30331031_18569.cpp:27:32: error: 'printf' was not declared in this scope
printf("%lld\n",x-1);
^
|