|核心|
#include<bits/stdc++.h> using namespace std; int n=3; int main() { cout<<n+1; //百位 cout<<n; //十位 cout<<2*(n+1); //个位 //提醒:你要懂的是计算过程不是答案 return 0; }
使用您的 NarmoOJ 通用账户