結果
| 問題 | No.1519 Diversity |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-04-03 13:27:30 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 141 bytes |
| 記録 | |
| コンパイル時間 | 6,990 ms |
| コンパイル使用メモリ | 287,088 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-19 11:27:03 |
| 合計ジャッジ時間 | 7,520 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 15 |
ソースコード
#include "testlib.h"
int main() {
registerValidation();
int n = inf.readInt(2, 500, "N");
inf.readEoln();
inf.readEof();
}