0_0_9576384_9832.cpp:1:18: dtdio.h: No such file or directory
0_0_9576384_9832.cpp: In function `int main()':
0_0_9576384_9832.cpp:6: error: conflicting declaration 'double m'
0_0_9576384_9832.cpp:5: error: 'm' has a previous declaration as `int m'
0_0_9576384_9832.cpp:6: error: declaration of `double m'
0_0_9576384_9832.cpp:5: error: conflicts with previous declaration `int m'
0_0_9576384_9832.cpp:7: error: `scanf' undeclared (first use this function)
0_0_9576384_9832.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9576384_9832.cpp:7: error: `EOF' undeclared (first use this function)
0_0_9576384_9832.cpp:8: error: `a' undeclared (first use this function)
0_0_9576384_9832.cpp:8: error: `b' undeclared (first use this function)
0_0_9576384_9832.cpp:14: error: `printf' undeclared (first use this function)
|