結果
| 問題 |
No.784 「,(カンマ)」
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-22 10:33:09 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 204 bytes |
| コンパイル時間 | 87 ms |
| コンパイル使用メモリ | 12,416 KB |
| 実行使用メモリ | 10,624 KB |
| 最終ジャッジ日時 | 2024-12-22 04:45:04 |
| 合計ジャッジ時間 | 1,156 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 10 |
ソースコード
s=input()
a=s[:-3]
b=s[-3:]
print(s[1:3])
print(a+","+b)
i=2
c=s[:-3*1]
d=s[-3*1:]
print(c+","+d)
print(c+","+a+","+b)
for i in range (1,3):
ans=","+s[-3*i:]
x,y=s[:-3*1] ,s[-3*1:]
s=x+","+y