0_0_29735277_13905.cpp:1:2: error: invalid preprocessing directive #inculde
#inculde<bits/stdc++.h>
^
0_0_29735277_13905.cpp: In function 'int main()':
0_0_29735277_13905.cpp:4:26: error: 'scanf' was not declared in this scope
while(~scanf("%d",&n))
^
0_0_29735277_13905.cpp:5:23: error: 'pow' was not declared in this scope
{ int N=pow(n,3);
^
0_0_29735277_13905.cpp:7:36: error: expected ')' before ';' token
printf("%d\n",N*(N-10/2-x);
^
|