0_0_16014431_6139.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_16014431_6139.cpp: In function 'int main()':
0_0_16014431_6139.cpp:8:15: error: 'scanf' was not declared in this scope
scanf("%d",&C);
^
0_0_16014431_6139.cpp:25:20: error: 'printf' was not declared in this scope
printf("%d\n",sum);
^
|