結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
tamato
|
| 提出日時 | 2020-04-01 21:30:54 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 135 bytes |
| コンパイル時間 | 181 ms |
| コンパイル使用メモリ | 82,176 KB |
| 実行使用メモリ | 52,736 KB |
| 最終ジャッジ日時 | 2024-06-27 08:49:26 |
| 合計ジャッジ時間 | 3,437 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
def main():
import sys
input = sys.stdin.readline
print(input().rstrip('\n'))
if __name__ == '__main__':
main()
tamato