0_0_15251128_134.cpp:8:2: error: stray '#' in program
^
0_0_15251128_134.cpp:8:8: error: stray '#' in program
^
0_0_15251128_134.cpp:8:14: error: stray '#' in program
^
0_0_15251128_134.cpp:8:20: error: stray '#' in program
^
0_0_15251128_134.cpp:9:2: error: stray '#' in program
String str;
^
0_0_15251128_134.cpp:9:8: error: stray '#' in program
String str;
^
0_0_15251128_134.cpp:9:14: error: stray '#' in program
String str;
^
0_0_15251128_134.cpp:9:20: error: stray '#' in program
String str;
^
0_0_15251128_134.cpp:10:2: error: stray '#' in program
^
0_0_15251128_134.cpp:10:8: error: stray '#' in program
^
0_0_15251128_134.cpp:10:14: error: stray '#' in program
^
0_0_15251128_134.cpp:10:20: error: stray '#' in program
^
0_0_15251128_134.cpp:11:2: error: stray '#' in program
public void work(Scanner in, PrintWriter out) {
^
0_0_15251128_134.cpp:11:8: error: stray '#' in program
public void work(Scanner in, PrintWriter out) {
^
0_0_15251128_134.cpp:11:14: error: stray '#' in program
public void work(Scanner in, PrintWriter out) {
^
0_0_15251128_134.cpp:11:20: error: stray '#' in program
public void work(Scanner in, PrintWriter out) {
^
0_0_15251128_134.cpp:12:2: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:8: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:14: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:20: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:26: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:32: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:38: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:12:44: error: stray '#' in program
str = in.next();
^
0_0_15251128_134.cpp:13:2: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:8: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:14: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:20: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:26: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:32: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:38: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:13:44: error: stray '#' in program
String num = "", unit = "";
^
0_0_15251128_134.cpp:14:2: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:8: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:14: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:20: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:26: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:32: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:38: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:14:44: error: stray '#' in program
for (int i = 0; i < str.length(); i ++) {
^
0_0_15251128_134.cpp:15:2: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:8: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:14: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:20: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:26: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:32: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:38: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:44: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:50: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:56: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:62: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:15:68: error: stray '#' in program
char c = str.charAt(i);
^
0_0_15251128_134.cpp:16:2: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:8: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:14: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:20: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:26: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:32: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:38: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:44: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:50: error: stray '#' in program
if (c >= '0' && c <= '9') {
^
0_0_15251128_134.cpp:16:56: error: stray '#' in program
|