0_0_19813877_17222.cpp:1:2: error: invalid preprocessing directive #inc
#inc#include<math.h>
^
0_0_19813877_17222.cpp:18:16: error: stray '#' in program
return 0;#include<math.h>
^
0_0_19813877_17222.cpp: In function 'int main()':
0_0_19813877_17222.cpp:10:22: error: 'scanf' was not declared in this scope
scanf("%d%*c",&n);
^
0_0_19813877_17222.cpp:12:17: error: 'putchar' was not declared in this scope
putchar('6');
^
0_0_19813877_17222.cpp:14:25: error: 'getchar' was not declared in this scope
if((c=getchar())&&i>5)
^
0_0_19813877_17222.cpp:18:17: error: 'include' was not declared in this scope
return 0;#include<math.h>
^
0_0_19813877_17222.cpp:18:25: error: 'math' was not declared in this scope
return 0;#include<math.h>
^
0_0_19813877_17222.cpp:23:1: error: expected primary-expression before 'int'
int main()
^
0_0_19813877_17222.cpp:35:28: error: expected '}' at end of input
return 0;lude<stdio.h>
^
|