Record Case Detail

Notes

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

Stderr

$ ./ex3 rand_char*.txt inc
sorting elements
reading rand_char*.txt
writing inc_char*.txt
9740=a
9502=a
8390=a
8080=a
7968=a
7869=a
7301=a
7140=a
7132=a
7069=a
6986=a
6399=a
6253=a
5902=a
5594=a
5158=a
4438=a
4186=a
3791=a
3168=a
2961=a
2926=a
2870=a
2511=a
2387=a
2358=a
2255=a
2208=a
2187=a
1977=a
1706=a
1675=a
1542=a
1383=a
1001=a
769=a
726=a
75=a
6727=aa
9704=aacr
8779=aaiqkr
496=aalkzi
8491=aarye
0=aawkq
5739=aayai
9807=ab
8304=ab
6833=ab
6630=ab
3813=ab
2224=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
7457=ac
7436=ac
2791=ac
6441=acg
9747=ache
6802=acih
8719=aciha
43=ack
9572=aclue
9732=acv
9723=acv
2113=acx
3543=acyb
6733=ad
6176=ad
1702=ad
1816=adah
4059=adbarx
2740=adbjjx
6117=adcm
2107=adh
3505=adj
1981=adj
7195=adk
3898=adkb
3991=adlahn
1419=adm
9492=adsdms
4651=adtdg
1152=adtnci
6305=advec
7739=

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!