結果
| 問題 | No.3497 Sign up for traP |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-04-18 18:26:55 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 292 bytes |
| 記録 | |
| コンパイル時間 | 70 ms |
| コンパイル使用メモリ | 80,768 KB |
| 実行使用メモリ | 54,400 KB |
| 最終ジャッジ日時 | 2026-09-08 18:40:51 |
| 合計ジャッジ時間 | 1,964 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 17 WA * 1 |
ソースコード
s=str(input()) n=len(s) t=200 if 33<=len(s): t=400 k=0 for x in range(n): if ord(s[x])==45 or ord(s[x])==95 or 65<=ord(s[x])<=95 or 97<=ord(s[x])<=122 or 48<=ord(s[x])<=57: k=0 else: t=400 if ord(s[0])==45 or ord(s[0])==95: t=400 if ord(s[n-1])==45 or ord(s[n-1])==95: t=400 print(t)