foo.cpp:15:1: warning: large fixed-point constant implicitly truncated to fixed-point type [-Woverflow]
foo.cpp:1:1: error: 'include' does not name a type
foo.cpp: In function 'int main()':
foo.cpp:5:1: error: 'cin' was not declared in this scope
foo.cpp:9:1: error: 'vector' was not declared in this scope
foo.cpp:9:8: error: expected primary-expression before 'double'
foo.cpp:9:8: error: expected ';' before 'double'
foo.cpp:10:8: error: expected primary-expression before 'double'
foo.cpp:10:8: error: expected ';' before 'double'
foo.cpp:11:36: error: 'x' was not declared in this scope
foo.cpp:11:44: error: 'y' was not declared in this scope
foo.cpp:13:14: error: 'x' was not declared in this scope
foo.cpp:13:51: error: 'y' was not declared in this scope
foo.cpp:13:84: error: 'sqrt' was not declared in this scope
foo.cpp:14:14: error: 'x' was not declared in this scope
foo.cpp:14:55: error: 'y' was not declared in this scope
foo.cpp:14:92: error: 'sqrt' was not declared in this scope
foo.cpp:15:10: error: expected ';' before numeric constant
foo.cpp:16:1: error: 'cout' was not declared in this scope
foo.cpp:16:19: error: 'ios' has not been declared
foo.cpp:16:29: error: 'setiosflags' was not declared in this scope
foo.cpp:16:46: error: 'setprecision' was not declared in this scope
foo.cpp:17:12: error: 'endl' was not declared in this scope