0_0_17177867_759.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_17177867_759.cpp: In function 'int main()':
0_0_17177867_759.cpp:7:11: error: 'gets' was not declared in this scope
gets(s);
^
0_0_17177867_759.cpp:23:26: error: 'printf' was not declared in this scope
printf("%d\n",sum);
^
|