0_0_36837514_2990.cpp:1:17: error: missing terminating > character
#include<stdio.h
^
0_0_36837514_2990.cpp: In function 'int main()':
0_0_36837514_2990.cpp:4:2: error: 'inta' was not declared in this scope
inta,b;
^
0_0_36837514_2990.cpp:4:7: error: 'b' was not declared in this scope
inta,b;
^
0_0_36837514_2990.cpp:5:22: error: 'a' was not declared in this scope
whlie(sacnf("%d%d",&a,&b)!=EOF)
^
0_0_36837514_2990.cpp:5:26: error: 'sacnf' was not declared in this scope
whlie(sacnf("%d%d",&a,&b)!=EOF)
^
0_0_36837514_2990.cpp:5:32: error: 'whlie' was not declared in this scope
whlie(sacnf("%d%d",&a,&b)!=EOF)
^
|