結果

問題 No.747 循環小数N桁目 Hard
ユーザー ngtkanangtkana
提出日時 2020-04-01 23:11:39
言語 C++17
(gcc 13.2.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 545 bytes
コンパイル時間 2,425 ms
コンパイル使用メモリ 198,084 KB
実行使用メモリ 4,504 KB
最終ジャッジ日時 2023-09-09 19:59:53
合計ジャッジ時間 7,194 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,376 KB
testcase_01 AC 2 ms
4,380 KB
testcase_02 AC 1 ms
4,376 KB
testcase_03 AC 2 ms
4,376 KB
testcase_04 WA -
testcase_05 AC 1 ms
4,380 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 2 ms
4,380 KB
testcase_10 AC 2 ms
4,376 KB
testcase_11 WA -
testcase_12 AC 1 ms
4,376 KB
testcase_13 WA -
testcase_14 AC 1 ms
4,380 KB
testcase_15 AC 1 ms
4,380 KB
testcase_16 AC 2 ms
4,380 KB
testcase_17 AC 1 ms
4,376 KB
testcase_18 WA -
testcase_19 AC 2 ms
4,380 KB
testcase_20 WA -
testcase_21 AC 2 ms
4,376 KB
testcase_22 WA -
testcase_23 AC 1 ms
4,376 KB
testcase_24 AC 2 ms
4,380 KB
testcase_25 WA -
testcase_26 AC 2 ms
4,376 KB
testcase_27 AC 2 ms
4,380 KB
testcase_28 WA -
testcase_29 WA -
testcase_30 AC 1 ms
4,376 KB
testcase_31 WA -
testcase_32 WA -
testcase_33 WA -
testcase_34 WA -
testcase_35 WA -
testcase_36 WA -
testcase_37 WA -
testcase_38 WA -
testcase_39 AC 1 ms
4,376 KB
testcase_40 AC 2 ms
4,376 KB
testcase_41 WA -
testcase_42 WA -
testcase_43 AC 2 ms
4,380 KB
testcase_44 AC 2 ms
4,384 KB
testcase_45 WA -
testcase_46 AC 2 ms
4,380 KB
testcase_47 WA -
testcase_48 AC 2 ms
4,376 KB
testcase_49 WA -
testcase_50 AC 2 ms
4,376 KB
testcase_51 AC 2 ms
4,376 KB
testcase_52 AC 2 ms
4,376 KB
testcase_53 AC 2 ms
4,376 KB
testcase_54 AC 2 ms
4,376 KB
testcase_55 WA -
testcase_56 WA -
testcase_57 WA -
testcase_58 AC 2 ms
4,376 KB
testcase_59 AC 1 ms
4,380 KB
testcase_60 WA -
testcase_61 WA -
testcase_62 WA -
testcase_63 WA -
testcase_64 AC 2 ms
4,380 KB
testcase_65 AC 1 ms
4,376 KB
testcase_66 AC 2 ms
4,380 KB
testcase_67 AC 2 ms
4,376 KB
testcase_68 WA -
testcase_69 WA -
testcase_70 AC 2 ms
4,376 KB
testcase_71 AC 2 ms
4,376 KB
testcase_72 WA -
testcase_73 WA -
testcase_74 WA -
testcase_75 AC 2 ms
4,376 KB
testcase_76 WA -
testcase_77 AC 1 ms
4,376 KB
testcase_78 AC 1 ms
4,380 KB
testcase_79 WA -
testcase_80 AC 2 ms
4,376 KB
testcase_81 WA -
testcase_82 AC 2 ms
4,376 KB
testcase_83 WA -
testcase_84 AC 2 ms
4,376 KB
testcase_85 AC 2 ms
4,380 KB
testcase_86 AC 2 ms
4,384 KB
testcase_87 AC 2 ms
4,376 KB
testcase_88 WA -
testcase_89 WA -
testcase_90 WA -
testcase_91 WA -
testcase_92 WA -
testcase_93 WA -
testcase_94 WA -
testcase_95 AC 2 ms
4,380 KB
testcase_96 AC 2 ms
4,380 KB
testcase_97 AC 2 ms
4,380 KB
testcase_98 AC 2 ms
4,376 KB
testcase_99 AC 2 ms
4,376 KB
testcase_100 WA -
testcase_101 AC 2 ms
4,376 KB
testcase_102 WA -
testcase_103 AC 2 ms
4,380 KB
testcase_104 WA -
testcase_105 AC 2 ms
4,376 KB
testcase_106 WA -
testcase_107 AC 2 ms
4,380 KB
testcase_108 AC 2 ms
4,376 KB
testcase_109 AC 2 ms
4,376 KB
testcase_110 AC 2 ms
4,380 KB
testcase_111 AC 2 ms
4,376 KB
testcase_112 AC 2 ms
4,384 KB
testcase_113 WA -
testcase_114 AC 2 ms
4,376 KB
testcase_115 AC 2 ms
4,380 KB
testcase_116 AC 2 ms
4,380 KB
testcase_117 AC 2 ms
4,376 KB
testcase_118 AC 2 ms
4,376 KB
testcase_119 WA -
testcase_120 AC 2 ms
4,380 KB
testcase_121 AC 2 ms
4,380 KB
testcase_122 AC 2 ms
4,380 KB
testcase_123 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
using lint=long long;
using real=long double;
int main(){
    std::cin.tie(nullptr);std::ios_base::sync_with_stdio(false);
    std::cout.setf(std::ios_base::fixed);std::cout.precision(15);
    std::string s,t;std::cin>>s>>t;
    lint n=std::accumulate(
            s.begin(),s.end(),0ll,[](lint cum,char c){return cum+c-'0';}
        )%3
        +(s.back()-'0')%2*3;
    if((t.back()-'0')%2==0){
        if(n==2)n=4;
        if(n==5)n=1;
    }
    std::cout<<"428571"[n]<<'\n';
}
/*
 * 0
 * 1
 * 2 4
 * 3
 * 4
 * 5 1
 */
0