結果
| 問題 |
No.1971 Easy Sudoku
|
| コンテスト | |
| ユーザー |
harurun
|
| 提出日時 | 2021-08-20 20:58:15 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 204 bytes |
| コンパイル時間 | 7,495 ms |
| コンパイル使用メモリ | 241,432 KB |
| 最終ジャッジ日時 | 2025-01-23 23:05:04 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 13 |
ソースコード
// validator (Easy Sundoku)
#include "testlib.h"
#include <iostream>
using namespace std;
int main(){
registerValidation();
int n=inf.readInt(1,100);
inf.readEoln();
inf.readEof();
return 0;
}
harurun