Auto commit

This commit is contained in:
smallkun 2025-04-02 00:23:03 +08:00
parent e8fd54dc02
commit dc74003746

View File

@ -57,7 +57,7 @@ int main(){
j--;
}
k+=strlen(str2)-1;
while(result[k]==0) k--;//È¥µô¿Õ¸ñ
while(result[k]==0) k--;
while(k>=0){
putchar(result[k] + 48);