Submission #73469266
Source Code Expand
#include <algorithm>
#include <iostream>
#include <map>
//#include <numeric>
#include <queue>
//#include <ranges>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#define pb push_back
#define fr first
#define sc second
#define sor(v) sort(v.begin(), v.end())
#define rev(v) reverse(v.begin(), v.end())
#define rep(i, n) for (int i = 0; i < (int)(n); i++)
using namespace std;
using ll = long long;
using pint = pair<int,int>;
//using pll = pair<ll,ll>;
//using pqdec = priority_queue<int,vector<int>,greater<int>>;
//using pqdecl = priority_queue<ll,vector<ll>,greater<ll>>;
template <typename T>
using graph = vector<vector<T>>;
const ll LLMAX = 9223372*1e10;
const int IMAX = 214*1e7;
/*--------考察--------------------
----------CODING----------------*/
int main(){
cin.tie(nullptr);
ios::sync_with_stdio(false);
string s; cin >> s;
s[0] = s[0] + 32;
cout << "Of" + s << endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Handmaid |
| User | scotch_at |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 971 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3596 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 | 1 ms | 3500 KiB |
| 00-sample-02.txt | AC | 1 ms | 3560 KiB |
| 00-sample-03.txt | AC | 1 ms | 3540 KiB |
| 01-01.txt | AC | 1 ms | 3564 KiB |
| 01-02.txt | AC | 1 ms | 3592 KiB |
| 01-03.txt | AC | 1 ms | 3564 KiB |
| 01-04.txt | AC | 1 ms | 3540 KiB |
| 01-05.txt | AC | 1 ms | 3536 KiB |
| 01-06.txt | AC | 1 ms | 3540 KiB |
| 01-07.txt | AC | 1 ms | 3596 KiB |
| 01-08.txt | AC | 1 ms | 3488 KiB |
| 01-09.txt | AC | 1 ms | 3496 KiB |