結果

問題 No.2198 Concon Substrings (COuNt-CONstruct Version)
ユーザー ShirotsumeShirotsume
提出日時 2023-01-20 23:53:38
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 591 bytes
コンパイル時間 439 ms
コンパイル使用メモリ 82,160 KB
実行使用メモリ 71,568 KB
最終ジャッジ日時 2024-06-23 11:51:28
合計ジャッジ時間 15,729 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
67,292 KB
testcase_01 AC 51 ms
67,412 KB
testcase_02 AC 43 ms
55,356 KB
testcase_03 AC 53 ms
68,484 KB
testcase_04 AC 52 ms
67,452 KB
testcase_05 AC 52 ms
67,280 KB
testcase_06 AC 52 ms
66,860 KB
testcase_07 AC 52 ms
67,296 KB
testcase_08 AC 52 ms
66,920 KB
testcase_09 AC 53 ms
67,084 KB
testcase_10 AC 53 ms
67,580 KB
testcase_11 AC 53 ms
67,716 KB
testcase_12 AC 51 ms
67,136 KB
testcase_13 WA -
testcase_14 AC 66 ms
68,876 KB
testcase_15 AC 196 ms
70,528 KB
testcase_16 AC 53 ms
67,404 KB
testcase_17 WA -
testcase_18 AC 52 ms
67,260 KB
testcase_19 AC 52 ms
66,808 KB
testcase_20 AC 53 ms
67,140 KB
testcase_21 AC 54 ms
67,896 KB
testcase_22 WA -
testcase_23 AC 53 ms
67,092 KB
testcase_24 WA -
testcase_25 AC 53 ms
67,140 KB
testcase_26 AC 65 ms
69,288 KB
testcase_27 AC 196 ms
69,828 KB
testcase_28 AC 52 ms
68,200 KB
testcase_29 AC 52 ms
67,232 KB
testcase_30 AC 52 ms
67,388 KB
testcase_31 AC 52 ms
67,620 KB
testcase_32 WA -
testcase_33 AC 52 ms
68,044 KB
testcase_34 WA -
testcase_35 AC 52 ms
67,160 KB
testcase_36 WA -
testcase_37 AC 53 ms
67,296 KB
testcase_38 AC 51 ms
66,860 KB
testcase_39 WA -
testcase_40 WA -
testcase_41 AC 52 ms
67,696 KB
testcase_42 AC 52 ms
67,452 KB
testcase_43 WA -
testcase_44 AC 53 ms
67,108 KB
testcase_45 AC 52 ms
67,024 KB
testcase_46 AC 53 ms
67,088 KB
testcase_47 WA -
testcase_48 AC 54 ms
68,192 KB
testcase_49 AC 54 ms
68,004 KB
testcase_50 AC 53 ms
68,632 KB
testcase_51 AC 53 ms
67,812 KB
testcase_52 AC 55 ms
68,172 KB
testcase_53 WA -
testcase_54 AC 52 ms
67,368 KB
testcase_55 AC 53 ms
67,140 KB
testcase_56 AC 54 ms
67,108 KB
testcase_57 WA -
testcase_58 AC 52 ms
67,448 KB
testcase_59 AC 53 ms
67,076 KB
testcase_60 AC 54 ms
66,648 KB
testcase_61 WA -
testcase_62 AC 62 ms
68,604 KB
testcase_63 AC 70 ms
69,320 KB
testcase_64 AC 90 ms
69,404 KB
testcase_65 AC 124 ms
69,796 KB
testcase_66 AC 88 ms
69,064 KB
testcase_67 AC 87 ms
69,528 KB
testcase_68 AC 68 ms
68,372 KB
testcase_69 AC 124 ms
70,004 KB
testcase_70 AC 182 ms
69,632 KB
testcase_71 WA -
testcase_72 AC 60 ms
67,992 KB
testcase_73 WA -
testcase_74 AC 109 ms
69,700 KB
testcase_75 AC 153 ms
70,584 KB
testcase_76 WA -
testcase_77 AC 60 ms
68,744 KB
testcase_78 AC 168 ms
70,172 KB
testcase_79 WA -
testcase_80 AC 73 ms
69,596 KB
testcase_81 AC 116 ms
69,772 KB
testcase_82 WA -
testcase_83 AC 84 ms
68,788 KB
testcase_84 AC 74 ms
68,148 KB
testcase_85 WA -
testcase_86 AC 89 ms
70,024 KB
testcase_87 AC 154 ms
69,652 KB
testcase_88 AC 52 ms
67,788 KB
testcase_89 AC 98 ms
69,620 KB
testcase_90 AC 124 ms
70,292 KB
testcase_91 WA -
testcase_92 AC 88 ms
69,468 KB
testcase_93 WA -
testcase_94 AC 82 ms
69,796 KB
testcase_95 AC 138 ms
69,444 KB
testcase_96 AC 88 ms
69,268 KB
testcase_97 AC 149 ms
69,908 KB
testcase_98 AC 145 ms
69,388 KB
testcase_99 AC 83 ms
69,700 KB
testcase_100 WA -
testcase_101 AC 76 ms
68,220 KB
testcase_102 AC 176 ms
71,568 KB
testcase_103 AC 85 ms
69,308 KB
testcase_104 AC 73 ms
68,980 KB
testcase_105 AC 125 ms
69,520 KB
testcase_106 AC 169 ms
70,240 KB
testcase_107 AC 123 ms
69,348 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
from collections import deque, Counter
input = lambda: sys.stdin.readline().rstrip()
ii = lambda: int(input())
mi = lambda: map(int, input().split())
li = lambda: list(mi())
inf = 2 ** 63 - 1
mod = 998244353
import random

m = ii()
if m == 0:
    print('iamtourist')
    exit()
a = []

cnt = 0

for i in range(20000):
    cnt += i
    a.append(cnt)

x = []
for i in range(19999, 0, -1):
    if m - a[i] >= 0:
        x.append(i)
        m -= a[i]
ans = []
for i in range(1, 20001):
    ans.append('c')
    ans.append('o')
    if i in x:
        ans.append('n')
print(''.join(ans))
0