0_0_19182037_6706.cpp:1:2: error: invalid preprocessing directive #incude
#incude<stdio.h>
^
0_0_19182037_6706.cpp:2:2: error: invalid preprocessing directive #incude
#incude<math.h>
^
0_0_19182037_6706.cpp:4:3: error: expected primary-expression before 'float'
{ float a,b;
^
0_0_19182037_6706.cpp:4:3: error: expected '}' before 'float'
0_0_19182037_6706.cpp:4:3: error: expected ',' or ';' before 'float'
0_0_19182037_6706.cpp:5:1: error: expected unqualified-id before 'while'
while(scanf("%f",&a)!=EOF)
^
0_0_19182037_6706.cpp:9:1: error: expected unqualified-id before 'return'
return 0;
^
0_0_19182037_6706.cpp:10:1: error: expected declaration before '}' token
}
^
|