Skip to content

Commit

Permalink
Update code.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
1234qiao authored Jan 19, 2024
1 parent d69b705 commit 737834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(){
cin>>m;
cout<<endl<<"请输入原数:";
cin>>n;
cout<<endl<<"请输入目标进制";
cout<<endl<<"请输入目标进制";
cin>>k;
d=mtoD(m,n);
cout<<endl<<Dtom(d,k);
Expand Down

0 comments on commit 737834d

Please sign in to comment.