結果
| 問題 |
No.8081 HQ9+
|
| コンテスト | |
| ユーザー |
SSRS
|
| 提出日時 | 2021-04-01 20:57:38 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 169 bytes |
| コンパイル時間 | 1,748 ms |
| コンパイル使用メモリ | 165,072 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-12-21 04:51:07 |
| 合計ジャッジ時間 | 5,913 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | RE * 21 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
int N;
cin >> N;
string S;
cin >> S;
if (S[0] == 'H'){
cout << -1 << endl;
}
assert(false);
}
SSRS