Submission #21118594
Source Code Expand
#include<bits/stdc++.h>
#define rep(i,a,b) for(int i=a;i<b;i++)
#define rrep(i,a,b) for(int i=a;i>=b;i--)
#define fore(i,a) for(auto &i:a)
#define all(x) (x).begin(),(x).end()
//#pragma GCC optimize ("-O3")
using namespace std;
void _main(); int main() { cin.tie(0); ios::sync_with_stdio(false); _main(); }
typedef long long ll; const int inf = INT_MAX / 2; const ll infl = 1LL << 60;
template<class T>bool chmax(T& a, const T& b) { if (a < b) { a = b; return 1; } return 0; }
template<class T>bool chmin(T& a, const T& b) { if (b < a) { a = b; return 1; } return 0; }
//---------------------------------------------------------------------------------------------------
/*---------------------------------------------------------------------------------------------------
∧_∧
∧_∧ (´<_` ) Welcome to My Coding Space!
( ´_ゝ`) / ⌒i @hamayanhamayan0
/ \ | |
/ / ̄ ̄ ̄ ̄/ |
__(__ニつ/ _/ .| .|____
\/____/ (u ⊃
---------------------------------------------------------------------------------------------------*/
string X;
//---------------------------------------------------------------------------------------------------
void _main() {
cin >> X;
string ans = X.substr(0, X.find('.'));
cout << ans << endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | B - Round Down |
| User | hamayanhamayan |
| Language | C++ (GCC 9.2.1) |
| Score | 200 |
| Code Size | 1497 Byte |
| Status | AC |
| Exec Time | 6 ms |
| Memory | 3608 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt |
| All | handmade_00.txt, handmade_01.txt, handmade_02.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, sample_01.txt, sample_02.txt, sample_03.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| handmade_00.txt | AC | 6 ms | 3532 KiB |
| handmade_01.txt | AC | 3 ms | 3608 KiB |
| handmade_02.txt | AC | 2 ms | 3524 KiB |
| random_00.txt | AC | 1 ms | 3524 KiB |
| random_01.txt | AC | 3 ms | 3508 KiB |
| random_02.txt | AC | 3 ms | 3524 KiB |
| random_03.txt | AC | 5 ms | 3520 KiB |
| random_04.txt | AC | 2 ms | 3524 KiB |
| random_05.txt | AC | 3 ms | 3528 KiB |
| random_06.txt | AC | 4 ms | 3520 KiB |
| random_07.txt | AC | 2 ms | 3500 KiB |
| random_08.txt | AC | 2 ms | 3584 KiB |
| random_09.txt | AC | 2 ms | 3596 KiB |
| sample_01.txt | AC | 2 ms | 3528 KiB |
| sample_02.txt | AC | 2 ms | 3564 KiB |
| sample_03.txt | AC | 2 ms | 3432 KiB |