0_0_30375470_29082.cpp:1:2: error: invalid preprocessing directive #Include
#Include<bits/stdc++.h>
^
0_0_30375470_29082.cpp: In function 'int main()':
0_0_30375470_29082.cpp:6:18: error: 'scanf' was not declared in this scope
scanf("%d",&n);
^
0_0_30375470_29082.cpp:10:23: error: 'memcpy' was not declared in this scope
memcpy(&x,&m,4);
^
0_0_30375470_29082.cpp:11:25: error: 'printf' was not declared in this scope
printf("%lX\n",x);
^
|