Test 1
Verdict: RUNTIME ERROR
correct output |
---|
22368469234876449 3 7456156411625483 |
user output |
---|
23684692348764492 |
Error:
terminate called after throwing an instance of 'std::out_of_range'
what(): stoi
Test 2
Verdict: RUNTIME ERROR
input |
---|
292929292929292929292929292931 |
correct output |
---|
129292929292929292929292929293... |
user output |
---|
292929292929292929292929292931... |
Error:
terminate called after throwing an instance of 'std::out_of_range'
what(): stoi
Test 3
Verdict: RUNTIME ERROR
input |
---|
292929292929292929292929292979 |
correct output |
---|
129292929292929292929292929297... |
user output |
---|
292929292929292929292929292979... |
Error:
terminate called after throwing an instance of 'std::out_of_range'
what(): stoi