CSES - Datatähti 2017 alku - Results
Submission details
Task:Pakkaus
Sender:y2k_16
Submission time:2016-10-15 23:54:49 +0300
Language:Java
Status:READY
Result:0
Feedback
groupverdictscore
#10
#20
#30
Test results
testverdicttimegroup
#10.14 s1details
#20.12 s1details
#30.14 s1details
#40.14 s1details
#50.13 s1details
#60.14 s2details
#70.15 s2details
#80.14 s2details
#90.17 s2details
#100.12 s2details
#110.22 s3details
#120.21 s3details
#130.14 s3details
#140.15 s3details
#150.16 s3details

Code

import java.util.Scanner;
import java.util.InputMismatchException;
public class merkkijono {
public static void main (String [] args){
Scanner syote = new Scanner(System.in);
Scanner syote2 = new Scanner(System.in);
Scanner syote3 = new Scanner(System.in);
int jatko = 1;
String merkkijono = "";
int x = 1;
String kirjain ="";
while (jatko == 1){
x = syote.nextInt();
kirjain = syote2.nextLine();
for (int a = 0; a < x; a++){
merkkijono += kirjain;
}
jatko = syote3.nextInt();
}
System.out.println(merkkijono);
}
}

Test details

Test 1

Group: 1

Verdict:

input
1AAAAAAAAAAAAAAAAAAAA

correct output
AAAAAAAAAAAAAAAAAAAA

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 2

Group: 1

Verdict:

input
1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A...

correct output
AAAAAAAAAAAAAAAAAAAA

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 3

Group: 1

Verdict:

input
20A

correct output
AAAAAAAAAAAAAAAAAAAA

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 4

Group: 1

Verdict:

input
2N1J2F1XH2D2B2VT1N1ES

correct output
NNJFFXHDDBBVTVTNES

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 5

Group: 1

Verdict:

input
2Z1E1UN1P2A2A1D2F2EZ1FZ1J

correct output
ZZEUNPAAAADFFEZEZFZJ

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 6

Group: 2

Verdict:

input
1AAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 7

Group: 2

Verdict:

input
1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A...

correct output
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 8

Group: 2

Verdict:

input
1000A

correct output
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 9

Group: 2

Verdict:

input
11QOUDQFAFUPAYCPXZ15KANCLRGT9S...

correct output
QOUDQFAFUPAYCPXZQOUDQFAFUPAYCP...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 10

Group: 2

Verdict:

input
20NFBIUXOSO10XRXZRMULZDUFK14BB...

correct output
NFBIUXOSONFBIUXOSONFBIUXOSONFB...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 11

Group: 3

Verdict:

input
1AAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

correct output
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 12

Group: 3

Verdict:

input
1A1A1A1A1A1A1A1A1A1A1A1A1A1A1A...

correct output
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 13

Group: 3

Verdict:

input
1000000A

correct output
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 14

Group: 3

Verdict:

input
87GEIGDBZCYGSFYYCGQUAWQJFUUAQG...

correct output
GEIGDBZCYGSFYYCGQUAWQJFUUAQGDT...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...

Test 15

Group: 3

Verdict:

input
316XXYCLTBFQRAXHQPTLDB275NMQJD...

correct output
XXYCLTBFQRAXHQPTLDBXXYCLTBFQRA...

user output
(empty)

Error:
Exception in thread "main" java.util.InputMismatchException
	at java.util.Scanner.throwFor...