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