提出 #73470912


ソースコード 拡げる

#include <bits/stdc++.h>
using namespace std;
using ll=long long;
using vl=vector<long long>;
using vvl=vector<vector<long long>>;
using vvvl=vector<vector<vector<long long>>>;
using pl=pair<long long,long long>;
using vpl=vector<pair<long long,long long>>;
#define fi first
#define se second
#define all(x) (x).begin(),(x).end()
#define _overload3(_1,_2,_3,name,...) name
#define _rep(i,n) repi(i,0,n)
#define repi(i,a,b) for(long long i=(long long)(a);i<(long long)(b);++i)
#define rep(...) _overload3(__VA_ARGS__,repi,_rep,)(__VA_ARGS__)
#define pb push_back
#define lb lower_bound
#define ub upper_bound
#include <atcoder/all>
using namespace atcoder;

long long modpow(long long a, long long n, long long mo){long long res=1;while(n>0){if(n&1){res=res*a%mo;}a=a*a%mo;n>>=1;}return res;}
long long Pow(long long a, long long n){long long res=1;while(n>0){if(n&1){res=res*a;}a=a*a;n>>=1;}return res;}

const ll MOD=998244353;
const ll INF=(1ll<<60);
int main(){
  string S;
  cin>>S;
  S[0]=S[0]-'A'+'a';
  cout<<"Of"<<S<<endl;
}

提出情報

提出日時
問題 A - Handmaid
ユーザ number_cat
言語 C++23 (GCC 15.2.0)
得点 100
コード長 1063 Byte
結果 AC
実行時間 1 ms
メモリ 3556 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 12
セット名 テストケース
Sample 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt
All 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt
ケース名 結果 実行時間 メモリ
00-sample-01.txt AC 1 ms 3492 KiB
00-sample-02.txt AC 1 ms 3492 KiB
00-sample-03.txt AC 1 ms 3408 KiB
01-01.txt AC 1 ms 3556 KiB
01-02.txt AC 1 ms 3556 KiB
01-03.txt AC 1 ms 3404 KiB
01-04.txt AC 1 ms 3556 KiB
01-05.txt AC 1 ms 3468 KiB
01-06.txt AC 1 ms 3556 KiB
01-07.txt AC 1 ms 3492 KiB
01-08.txt AC 1 ms 3468 KiB
01-09.txt AC 1 ms 3416 KiB