题解 | #满意的数字#

满意的数字

https://ac.nowcoder.com/acm/contest/11220/A

A.满意的数字 每个数字都是满意的数字

Code:

#include<bits/stdc++.h>
using namespace std;
int t;
int main()
{
    cin>>t;
    while(t--){
        int x;
        cin>>x;
        cout<<x<<endl;
    }
	return 0;
} 
全部评论

相关推荐

34 收藏 评论
分享
牛客网
牛客企业服务