0_0_17815154_30802.cpp:1:2: error: invalid preprocessing directive #inclued
#inclued <stdio.h>
^
0_0_17815154_30802.cpp: In function 'int main()':
0_0_17815154_30802.cpp:5:30: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&a,&b))
^
0_0_17815154_30802.cpp:8:24: error: 'printf' was not declared in this scope
printf("asd");
^
|