0_0_11741470_20675.cpp:1: error: `import' does not name a type
0_0_11741470_20675.cpp:2: error: `import' does not name a type
0_0_11741470_20675.cpp:3: error: `import' does not name a type
0_0_11741470_20675.cpp:5: error: expected `:' before "InputReader"
0_0_11741470_20675.cpp:5: error: `InputReader' does not name a type
0_0_11741470_20675.cpp:6: error: expected `:' before "PrintWriter"
0_0_11741470_20675.cpp:6: error: `PrintWriter' does not name a type
0_0_11741470_20675.cpp:7: error: expected `)' before "in"
0_0_11741470_20675.cpp:11: error: expected `:' before "void"
0_0_11741470_20675.cpp: In member function `void Task::run()':
0_0_11741470_20675.cpp:12: error: `in' undeclared (first use this function)
0_0_11741470_20675.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11741470_20675.cpp:15: error: `BigInteger' undeclared (first use this function)
0_0_11741470_20675.cpp:15: error: expected `;' before "n"
0_0_11741470_20675.cpp:18: error: expected `;' before "ans"
0_0_11741470_20675.cpp:21: error: expected `;' before "b"
0_0_11741470_20675.cpp:23: error: `ans' undeclared (first use this function)
0_0_11741470_20675.cpp:23: error: `b' undeclared (first use this function)
0_0_11741470_20675.cpp:26: error: `out' undeclared (first use this function)
0_0_11741470_20675.cpp:26: error: invalid operands of types `const char*' and `const char[3]' to binary `operator+'
0_0_11741470_20675.cpp: At global scope:
0_0_11741470_20675.cpp:30: error: expected `:' before "BufferedReader"
0_0_11741470_20675.cpp:30: error: `BufferedReader' does not name a type
0_0_11741470_20675.cpp:31: error: expected `:' before "StringTokenizer"
0_0_11741470_20675.cpp:31: error: `StringTokenizer' does not name a type
0_0_11741470_20675.cpp:32: error: expected `:' before "InputReader"
0_0_11741470_20675.cpp:32: error: expected `)' before "stream"
0_0_11741470_20675.cpp:36: error: expected `:' before "String"
0_0_11741470_20675.cpp:36: error: `String' does not name a type
0_0_11741470_20675.cpp:46: error: expected `:' before "int"
0_0_11741470_20675.cpp:49: error: expected `:' before "int"
0_0_11741470_20675.cpp:52: error: expected `:' before "long"
0_0_11741470_20675.cpp:55: error: expected `:' before "double"
0_0_11741470_20675.cpp:58: error: expected `:' before "BigInteger"
0_0_11741470_20675.cpp:58: error: `BigInteger' does not name a type
0_0_11741470_20675.cpp: In member function `int InputReader::nextInt()':
0_0_11741470_20675.cpp:47: error: `Integer' undeclared (first use this function)
0_0_11741470_20675.cpp:47: error: `next' undeclared (first use this function)
0_0_11741470_20675.cpp: In member function `int InputReader::nextHex()':
0_0_11741470_20675.cpp:50: error: `Integer' undeclared (first use this function)
0_0_11741470_20675.cpp:50: error: `next' undeclared (first use this function)
0_0_11741470_20675.cpp: In member function `long int InputReader::nextLong()':
0_0_11741470_20675.cpp:53: error: `Long' undeclared (first use this function)
0_0_11741470_20675.cpp:53: error: `next' undeclared (first use this function)
0_0_11741470_20675.cpp: In member function `double InputReader::nextDouble()':
0_0_11741470_20675.cpp:56: error: `Double' undeclared (first use this function)
0_0_11741470_20675.cpp:56: error: `next' undeclared (first use this function)
0_0_11741470_20675.cpp: At global scope:
0_0_11741470_20675.cpp:62: error: expected unqualified-id before "public"
0_0_11741470_20675.cpp:62: error: expected `,' or `;' before "public"
|