Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

$ ./l5 rand_char*.txt inc
75=a
726=a
769=a
1001=a
1383=a
1542=a
1675=a
1706=a
1977=a
2187=a
2208=a
2255=a
2358=a
2387=a
2511=a
2870=a
2926=a
2961=a
3168=a
3791=a
4186=a
4438=a
5158=a
5594=a
5902=a
6253=a
6399=a
6986=a
7069=a
7132=a
7140=a
7301=a
7869=a
7968=a
8080=a
8390=a
9502=a
9740=a
6727=aa
9704=aacr
8779=aaiqkr
496=aalkzi
8491=aarye
0=aawkq
5739=aayai
2224=ab
3813=ab
6630=ab
6833=ab
8304=ab
9807=ab
8477=abadagy
7025=abb
4317=abclryx
1684=abcs
243=abggc
1666=abkr
8086=abtgw
9782=abtpo
7066=abu
1713=abvqvv
7936=abvvsq
3433=abxhzm
1764=abynw
5008=abzy
2791=ac
7436=ac
7457=ac
6441=acg
9747=ache
6802=acih
8719=aciha
43=ack
9572=aclue
9723=acv
9732=acv
2113=acx
3543=acyb
1702=ad
6176=ad
6733=ad
1816=adah
4059=adbarx
2740=adbjjx
6117=adcm
2107=adh
1981=adj
3505=adj
7195=adk
3898=adkb
3991=adlahn
1419=adm
9492=adsdms
4651=adtdg
1152=adtnci
6305=advec
494=ae
1695=ae
7739=ae
4084=aead
6667=aefta
618=aemtgfgdm
3191=aenb
8171=aeo
5891=aeqa
4421=aeqhqwo
6211=aeuyv
9565=aewk
6154=aeyevdw
3582=aez
662=af
2340=af
3330=a

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, the main problem you meet now is Runtime Error. And the exit code of your program is 243, which should be 0.

Please double check your code to solve this problem and try again.

Your Answer

Program exit with non zero value -13!

JOJ Answer

Correct!