0_0_30801316_13147.cpp: In function 'int main()':
0_0_30801316_13147.cpp:5:16: error: expected primary-expression before '%' token
while(getchar(%d)!=EOF)
^
0_0_30801316_13147.cpp:5:17: error: 'd' was not declared in this scope
while(getchar(%d)!=EOF)
^
0_0_30801316_13147.cpp:7:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if(getchar=='\n')
^
0_0_30801316_13147.cpp:9:2: error: 'esle' was not declared in this scope
esle
^
|