277619_0_28801.cpp:25: error: expected `,' or `...' before '&' token
277619_0_28801.cpp:26: error: ISO C++ forbids declaration of `time' with no type
277619_0_28801.cpp: In function `std::ostream& operator<<(std::ostream&, int)':
277619_0_28801.cpp:28: error: `c' undeclared (first use this function)
277619_0_28801.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
277619_0_28801.cpp: At global scope:
277619_0_28801.cpp:32: error: `time' does not name a type
277619_0_28801.cpp: In function `int main()':
277619_0_28801.cpp:53: error: expected `;' before "temp"
277619_0_28801.cpp:54: error: `temp' undeclared (first use this function)
277619_0_28801.cpp:54: error: `a' undeclared (first use this function)
277619_0_28801.cpp:54: error: `b' undeclared (first use this function)
|