Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem type
Allowed languages
Python, Scratch
In case the statement didn't load correctly, you can download the statement here: Statement
Comments
sai mất 1 task =))
if strA[i] < strB[j]: chỗ này sửa thành if strA[i] <= strB[j]: nhé
dễ mà mn, cod python nhé:
def mergenumbers(A, B): strA = str(A) strB = str(B) lenA = len(strA) lenB = len(str_B) i, j = 0, 0 result = []
A = int(input()) B = int(input()) print(merge_numbers(A, B))
Ko co C++ :(((
ai mà cần code thì nói mình nhé
cho mình xin code python
ko cho xem đâu
mn có thể chỉ mik cách giải trên scratch được không ạ? mik cảm ơn
PLS donate code
a
phải xét thêm phàn tử đó + vói 1 nữa ròi mói full test
full test rồi
dễ thế
Test 6 là gì mà không qua nổi!
😭😭😭!!! khó...
Xét từng phần tử. Cái nào bé hơn thì cho vào một chuỗi. Nhớ bảo đảm rằng chữ đầu tiên != 0.
bài này hay nè
Không dễ đâu giaphuykhoa ạ
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
Làm như nào vậy mọi người ?
This comment is hidden due to too much negative feedback. Show it anyway.