Submission #26484859
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 ⊃
---------------------------------------------------------------------------------------------------*/
int X;
//---------------------------------------------------------------------------------------------------
void _main() {
cin >> X;
int ans = X % 21;
cout << ans << endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - 余り (Remainder) |
| User | hamayanhamayan |
| Language | C++ (GCC 9.2.1) |
| Score | 100 |
| Code Size | 1473 Byte |
| Status | AC |
| Exec Time | 8 ms |
| Memory | 3544 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample-01.txt, sample-02.txt, sample-03.txt |
| All | 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, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt, 01-14.txt, 01-15.txt, 01-16.txt, 01-17.txt, 01-18.txt, 01-19.txt, 01-20.txt, 01-21.txt, 01-22.txt, 01-23.txt, sample-01.txt, sample-02.txt, sample-03.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | AC | 8 ms | 3472 KiB |
| 01-02.txt | AC | 3 ms | 3476 KiB |
| 01-03.txt | AC | 2 ms | 3504 KiB |
| 01-04.txt | AC | 2 ms | 3448 KiB |
| 01-05.txt | AC | 2 ms | 3520 KiB |
| 01-06.txt | AC | 3 ms | 3480 KiB |
| 01-07.txt | AC | 2 ms | 3508 KiB |
| 01-08.txt | AC | 2 ms | 3516 KiB |
| 01-09.txt | AC | 2 ms | 3416 KiB |
| 01-10.txt | AC | 3 ms | 3416 KiB |
| 01-11.txt | AC | 2 ms | 3544 KiB |
| 01-12.txt | AC | 2 ms | 3520 KiB |
| 01-13.txt | AC | 1 ms | 3504 KiB |
| 01-14.txt | AC | 2 ms | 3500 KiB |
| 01-15.txt | AC | 2 ms | 3476 KiB |
| 01-16.txt | AC | 2 ms | 3500 KiB |
| 01-17.txt | AC | 2 ms | 3504 KiB |
| 01-18.txt | AC | 2 ms | 3520 KiB |
| 01-19.txt | AC | 2 ms | 3476 KiB |
| 01-20.txt | AC | 2 ms | 3504 KiB |
| 01-21.txt | AC | 2 ms | 3512 KiB |
| 01-22.txt | AC | 2 ms | 3464 KiB |
| 01-23.txt | AC | 3 ms | 3476 KiB |
| sample-01.txt | AC | 3 ms | 3520 KiB |
| sample-02.txt | AC | 2 ms | 3500 KiB |
| sample-03.txt | AC | 2 ms | 3472 KiB |