#35039: c++ AC


yp11151208@yphs.tp.edu.tw (805-42葉宏湧)

學校 : 臺北市私立延平高級中學
編號 : 197051
來源 : [203.72.178.1]
最後登入時間 :
2023-09-24 09:29:19
k152. 文文與她的距離 (楚河漢界篇) -- 板橋高中教學題 | From: [203.72.178.1] | 發表日期 : 2023-05-03 17:43

#include<bits/stdc++.h>
using namespace std;
main(){
    ios_base::sync_with_stdio(false);
    string s,s1;
    while(cin>>s>>s1){
        cout<<'|'<<s;
        for(int i=0;i<10-s.size();i++) cout<<' ';
        cout<<'|'<<setw(10)<<setfill(' ')<<s1<<'|'<<endl;
    }
}

 
ZeroJudge Forum