Submission #55767570


Source Code Expand

#include <bits/stdc++.h>
#include <atcoder/all>
#include <boost/multiprecision/cpp_int.hpp>

using namespace std;
using namespace atcoder;
namespace mp = boost::multiprecision;

using ll = long long;
using pll = pair<ll,ll>;
using T = pair<ll, pair<ll, vector<ll>>>;
using bint = mp::cpp_int;
using mint = modint998244353;

int main()
{

  ll R;
  cin >> R;
  cout << (100-R%100) << endl;
  return 0;
}

Submission Info

Submission Time
Task A - Piling Up
User n0dasalt
Language C++ 20 (gcc 12.2)
Score 100
Code Size 423 Byte
Status AC
Exec Time 1 ms
Memory 3676 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 14
Set Name Test Cases
Sample example_00.txt, example_01.txt
All example_00.txt, example_01.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt
Case Name Status Exec Time Memory
example_00.txt AC 1 ms 3460 KiB
example_01.txt AC 1 ms 3596 KiB
hand_00.txt AC 1 ms 3676 KiB
hand_01.txt AC 1 ms 3488 KiB
hand_02.txt AC 1 ms 3472 KiB
hand_03.txt AC 1 ms 3512 KiB
hand_04.txt AC 1 ms 3396 KiB
hand_05.txt AC 1 ms 3520 KiB
hand_06.txt AC 1 ms 3524 KiB
random_00.txt AC 1 ms 3492 KiB
random_01.txt AC 1 ms 3456 KiB
random_02.txt AC 1 ms 3676 KiB
random_03.txt AC 1 ms 3516 KiB
random_04.txt AC 1 ms 3592 KiB