結果

問題 No.747 循環小数N桁目 Hard
ユーザー tnakao0123tnakao0123
提出日時 2018-10-23 17:00:27
言語 C++11
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 1,486 bytes
コンパイル時間 678 ms
コンパイル使用メモリ 83,880 KB
実行使用メモリ 17,352 KB
最終ジャッジ日時 2024-11-19 04:19:06
合計ジャッジ時間 177,343 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
13,636 KB
testcase_01 AC 2 ms
10,404 KB
testcase_02 AC 2 ms
13,640 KB
testcase_03 AC 2 ms
10,532 KB
testcase_04 AC 2 ms
10,408 KB
testcase_05 AC 1 ms
10,528 KB
testcase_06 AC 1 ms
10,400 KB
testcase_07 AC 2 ms
10,404 KB
testcase_08 AC 2 ms
13,636 KB
testcase_09 AC 1 ms
10,404 KB
testcase_10 AC 2 ms
13,636 KB
testcase_11 AC 2 ms
10,656 KB
testcase_12 AC 2 ms
13,640 KB
testcase_13 AC 2 ms
10,532 KB
testcase_14 AC 1 ms
13,640 KB
testcase_15 AC 2 ms
10,784 KB
testcase_16 WA -
testcase_17 AC 2 ms
10,532 KB
testcase_18 AC 2 ms
13,640 KB
testcase_19 WA -
testcase_20 AC 2 ms
13,632 KB
testcase_21 AC 1 ms
10,528 KB
testcase_22 AC 1 ms
13,636 KB
testcase_23 AC 2 ms
10,532 KB
testcase_24 AC 2 ms
13,640 KB
testcase_25 AC 2 ms
10,528 KB
testcase_26 AC 2 ms
13,636 KB
testcase_27 WA -
testcase_28 AC 2 ms
13,636 KB
testcase_29 AC 2 ms
10,272 KB
testcase_30 WA -
testcase_31 AC 1 ms
10,400 KB
testcase_32 AC 2 ms
13,636 KB
testcase_33 TLE -
testcase_34 AC 573 ms
13,632 KB
testcase_35 AC 49 ms
10,272 KB
testcase_36 AC 36 ms
13,636 KB
testcase_37 AC 51 ms
10,276 KB
testcase_38 AC 945 ms
10,404 KB
testcase_39 AC 1,257 ms
10,404 KB
testcase_40 TLE -
testcase_41 TLE -
testcase_42 TLE -
testcase_43 WA -
testcase_44 AC 1,762 ms
13,636 KB
testcase_45 TLE -
testcase_46 AC 1,272 ms
13,636 KB
testcase_47 TLE -
testcase_48 TLE -
testcase_49 AC 1,217 ms
10,660 KB
testcase_50 TLE -
testcase_51 AC 186 ms
10,656 KB
testcase_52 AC 179 ms
10,400 KB
testcase_53 TLE -
testcase_54 TLE -
testcase_55 TLE -
testcase_56 TLE -
testcase_57 AC 528 ms
10,532 KB
testcase_58 TLE -
testcase_59 AC 1,967 ms
10,528 KB
testcase_60 TLE -
testcase_61 AC 95 ms
10,528 KB
testcase_62 TLE -
testcase_63 TLE -
testcase_64 AC 178 ms
13,636 KB
testcase_65 AC 81 ms
10,404 KB
testcase_66 AC 1,089 ms
13,636 KB
testcase_67 AC 49 ms
10,528 KB
testcase_68 TLE -
testcase_69 AC 1,845 ms
10,532 KB
testcase_70 AC 1,870 ms
13,636 KB
testcase_71 WA -
testcase_72 TLE -
testcase_73 TLE -
testcase_74 AC 1,108 ms
13,636 KB
testcase_75 WA -
testcase_76 AC 1,740 ms
13,632 KB
testcase_77 WA -
testcase_78 WA -
testcase_79 AC 306 ms
10,528 KB
testcase_80 WA -
testcase_81 AC 590 ms
13,644 KB
testcase_82 TLE -
testcase_83 AC 521 ms
10,532 KB
testcase_84 WA -
testcase_85 WA -
testcase_86 TLE -
testcase_87 TLE -
testcase_88 AC 1,753 ms
13,632 KB
testcase_89 TLE -
testcase_90 AC 786 ms
6,820 KB
testcase_91 TLE -
testcase_92 AC 342 ms
6,820 KB
testcase_93 AC 1,275 ms
6,816 KB
testcase_94 TLE -
testcase_95 TLE -
testcase_96 TLE -
testcase_97 TLE -
testcase_98 TLE -
testcase_99 TLE -
testcase_100 TLE -
testcase_101 TLE -
testcase_102 AC 1,018 ms
6,816 KB
testcase_103 WA -
testcase_104 TLE -
testcase_105 TLE -
testcase_106 TLE -
testcase_107 TLE -
testcase_108 TLE -
testcase_109 TLE -
testcase_110 TLE -
testcase_111 TLE -
testcase_112 TLE -
testcase_113 TLE -
testcase_114 WA -
testcase_115 TLE -
testcase_116 TLE -
testcase_117 WA -
testcase_118 TLE -
testcase_119 TLE -
testcase_120 TLE -
testcase_121 TLE -
testcase_122 TLE -
testcase_123 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:78:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   78 |   scanf("%s%s", sn, sk);
      |   ~~~~~^~~~~~~~~~~~~~~~

ソースコード

diff #

/* -*- coding: utf-8 -*-
 *
 * 747.cc:  No.747 循環小数N桁目 Hard - yukicoder
 */

#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<cmath>
#include<iostream>
#include<string>
#include<vector>
#include<map>
#include<set>
#include<stack>
#include<list>
#include<queue>
#include<deque>
#include<algorithm>
#include<numeric>
#include<utility>
#include<complex>
#include<functional>
 
using namespace std;

/* constant */

const int M = 6;
const char ds[] = "285714";
const int MAX_N = 100000;

/* typedef */

/* global variables */

char sn[MAX_N + 1], sk[MAX_N + 1];
int v0[MAX_N], v1[MAX_N];

/* subroutines */

int s2v(char s[], int v[]) {
  int n = strlen(s);
  for (int i = 0; i < n; i++) v[i] = s[n - 1 - i] - '0';
  return n;
}

int remv(int n, int v[]) {
  int rem = 0;
  for (int i = n - 1; i >= 0; i--)
    rem = (rem * 10 + v[i]) % M;
  return rem;
}

void shiftv(int &n, int v[]) {
  int co = 0;
  for (int i = n - 1; i >= 0; i--) {
    int d = co * 10 + v[i];
    v[i] = (d >> 1);
    co = (d & 1);
  }
  while (n > 0 && v[n - 1] == 0) n--;
}

int powv(int a, int n, int v[]) { // a^v
  int p = 1;
  while (a > 0 && n > 0) {
    if (v[0] & 1) p = (p * a) % M;
    a = (a * a) % M;
    shiftv(n, v);
  }
  return p;
}

/* main */

int main() {
  scanf("%s%s", sn, sk);
  int n0 = s2v(sn, v0);
  int n1 = s2v(sk, v1);

  int a = remv(n0, v0);
  int b = powv(a, n1, v1);
  //printf("a=%d, b=%d\n", a, b);
  
  printf("%c\n", ds[(b + M - 1) % M]);
  return 0;
}
0