結果
| 問題 | No.8075 114101097100032118101114116105099097108108121 |
| コンテスト | |
| ユーザー |
totori_nyaa
|
| 提出日時 | 2021-04-01 20:20:58 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 98 bytes |
| 記録 | |
| コンパイル時間 | 437 ms |
| コンパイル使用メモリ | 20,744 KB |
| 実行使用メモリ | 15,488 KB |
| 最終ジャッジ日時 | 2026-05-27 03:33:59 |
| 合計ジャッジ時間 | 3,856 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 5 WA * 5 |
ソースコード
from sys import stdin
def solve():
s = input()
print(s)
def main():
solve()
main()
totori_nyaa