引奈落
引奈落
全部文章
题解
归档
标签
去牛客网
登录
/
注册
引奈落的博客
全部文章
/ 题解
(共1篇)
题解 | #小乐乐改数字#
#include #include using namespace std; int main() { int n; cin>>n; int i=0; int res=0; while(n!=0) { if((n%10)%2==1) { res += 1pow(10,i); } el...
C++
2025-12-12
0
25