0_0_15973816_10443.cpp:8:4: error: stray '#' in program
-->#include<iostream>
^
0_0_15973816_10443.cpp:3:1: error: expected unqualified-id before '<' token
<!--
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:42:0,
from 0_0_15973816_10443.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/cpp_type_traits.h:314:34: error: '__gnu_cxx' was not declared in this scope
struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/cpp_type_traits.h:315:26: error: template argument 1 is invalid
_Container> >
^
0_0_15973816_10443.cpp: In member function 'void point::input()':
0_0_15973816_10443.cpp:43:27: error: 'scanf' was not declared in this scope
scanf("%lf%lf%lf",&x,&y,&z);
^
0_0_15973816_10443.cpp: In member function 'void sphere::input()':
0_0_15973816_10443.cpp:52:15: error: 'scanf' was not declared in this scope
scanf("%lf",&r);
^
0_0_15973816_10443.cpp: In function 'bool intersection(sphere, point, point, point&)':
0_0_15973816_10443.cpp:69:13: error: expected '}' at end of input
return false;
^
|