Please sign in first.
Submission #73469630
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define rep(i, n) for (int i = 0; i < (int)(n); i++)
#define all(a) (a).begin(),(a).end()
using P=pair<ll,ll>;
using T=tuple<ll,ll,ll>;
#include <atcoder/all>
using namespace atcoder;
// using mint=modint998244353;
// using mint=modint1000000007;
// int op(int a,int b){return (a+b);}
// int e(){return 0;}
int main() {
string s;cin>>s;
s[0]=tolower(s[0]);
cout<<"Of"<<s<<endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Handmaid |
| User | Shota_Otsuka |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 475 Byte |
| Status | AC |
| Exec Time | 2 ms |
| Memory | 3532 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| 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 |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00-sample-01.txt | AC | 2 ms | 3420 KiB |
| 00-sample-02.txt | AC | 1 ms | 3512 KiB |
| 00-sample-03.txt | AC | 1 ms | 3532 KiB |
| 01-01.txt | AC | 1 ms | 3504 KiB |
| 01-02.txt | AC | 1 ms | 3512 KiB |
| 01-03.txt | AC | 1 ms | 3520 KiB |
| 01-04.txt | AC | 1 ms | 3456 KiB |
| 01-05.txt | AC | 1 ms | 3412 KiB |
| 01-06.txt | AC | 1 ms | 3524 KiB |
| 01-07.txt | AC | 1 ms | 3452 KiB |
| 01-08.txt | AC | 1 ms | 3516 KiB |
| 01-09.txt | AC | 1 ms | 3504 KiB |