0_0_12950251_31396.cpp:28: error: expected init-declarator before "long"
0_0_12950251_31396.cpp:28: error: expected `,' or `;' before "long"
0_0_12950251_31396.cpp:48: error: expected init-declarator before "long"
0_0_12950251_31396.cpp:48: error: expected `,' or `;' before "long"
0_0_12950251_31396.cpp:49: error: expected init-declarator before "long"
0_0_12950251_31396.cpp:49: error: expected `,' or `;' before "long"
0_0_12950251_31396.cpp: In function `int main()':
0_0_12950251_31396.cpp:153: error: call of overloaded `writeln(long long unsigned int)' is ambiguous
0_0_12950251_31396.cpp:47: note: candidates are: int writeln(int)
0_0_12950251_31396.cpp:51: note: char writeln(char)
0_0_12950251_31396.cpp:53: note: char* writeln(char*) <near match>
0_0_12950251_31396.cpp:55: note: std::string writeln(std::string) <near match>
0_0_12950251_31396.cpp:57: note: float writeln(float)
0_0_12950251_31396.cpp:59: note: double writeln(double)
|