# include <iostream> # include <iomanip> using namespace std; int main(){ int n,m,t; cin >> n >> m >> t; cout << setw(8) << n << " " << setw(8) << m << " " << setw(8) << t; }
微信直接扫码登录
使用经过邮箱注册的账号密码登录