#45653: 不想打註解


1121226@stu.wghs.tp.edu.tw (Arthur✨EC✨小蜜楓)

學校 : 臺北市私立薇閣高級中學
編號 : 252772
來源 : [60.248.154.139]
最後登入時間 :
2025-05-14 12:52:05
c760. 蝸牛老師的點名單 (懶憜篇) -- 板橋高中Python教學題 | From: [112.104.66.104] | 發表日期 : 2025-03-28 23:13

#include<bits/stdc++.h>
using namespace std;
int main(){
    string s;
    while(cin>>s){
        cout<<(char)toupper(s[0])<<s.substr(1)<<endl;
    }
}
 
ZeroJudge Forum