結果
| 問題 | No.3497 Sign up for traP |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-04-17 20:35:51 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 197 bytes |
| 記録 | |
| コンパイル時間 | 1,008 ms |
| コンパイル使用メモリ | 20,696 KB |
| 実行使用メモリ | 20,572 KB |
| 最終ジャッジ日時 | 2026-04-17 20:36:19 |
| 合計ジャッジ時間 | 12,093 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | RE * 18 |
ソースコード
S=input() if not (1 <= len(5) <~ 32): print(400) exit() for c in S: if not (c.isalnum() or c in "_-"): print(400) exit() if S[0] in "_-" or S[-1] in "_-": print(400) else: print(200)