結果
| 問題 | No.591 (^o^)/ |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-05-09 22:22:41 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 61 bytes |
| 記録 | |
| コンパイル時間 | 296 ms |
| コンパイル使用メモリ | 21,284 KB |
| 実行使用メモリ | 20,512 KB |
| 最終ジャッジ日時 | 2026-07-10 13:40:57 |
| 合計ジャッジ時間 | 3,816 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 7 |
コンパイルメッセージ
Main.py:4: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
print(f"\({eye}{moutn}{eye}\)/")
Main.py:4: SyntaxWarning: "\)" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\)"? A raw string is also an option.
print(f"\({eye}{moutn}{eye}\)/")
ソースコード
eye= input()
mouth= input()
print(f"\({eye}{moutn}{eye}\)/")