#32556: ans


yp11151049@yphs.tp.edu.tw (701-24李文睿)

School : 臺北市私立延平高級中學
ID : 197224
IP address : [203.72.178.1]
Last Login :
2023-06-07 17:17:58
e051. 文意字彙 -- 板橋高中python教學題 | From: [203.72.178.1] | Post Date : 2022-10-20 17:25

#include<iostream>
#include<string>
using namespace std;
int main(){
    string s;
    while(cin>>s)
        cout << s[0] << string(s.size()-2,'_') << s[s.size()-1] << endl;    
    
}

 
ZeroJudge Forum