結果
問題 | No.784 「,(カンマ)」 |
ユーザー |
|
提出日時 | 2022-11-17 08:48:01 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 94 bytes |
コンパイル時間 | 143 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-09-18 22:23:28 |
合計ジャッジ時間 | 995 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 RE * 2 |
other | AC * 3 RE * 7 |
ソースコード
s=input() A=s[-3:] s=s[:-3] while len(s)>0: c=s[-3:] s=s[:-3] A=c+','+ans print(A)