0_0_34596169_32736.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_34596169_32736.cpp: In function 'int main()':
0_0_34596169_32736.cpp:7:25: error: 'scanf' was not declared in this scope
while(~scanf("%d",&n)&&n!=0)
^
0_0_34596169_32736.cpp:15:25: error: 'printf' was not declared in this scope
printf("%d\n",a);
^
0_0_34596169_32736.cpp:21:44: error: 'printf' was not declared in this scope
printf("%d\n",c%10);
^
0_0_34596169_32736.cpp:26:37: error: 'printf' was not declared in this scope
printf("%d\n",c%10);
^
|