結果

問題 No.3073 -
ユーザー 夜
提出日時 2021-04-01 20:00:29
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 324 bytes
コンパイル時間 687 ms
コンパイル使用メモリ 89,480 KB
実行使用メモリ 4,376 KB
最終ジャッジ日時 2023-08-22 22:27:33
合計ジャッジ時間 1,070 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
#include <iomanip>
#include <cmath>
#include <stdio.h>
#include <queue>
#include <deque>
#include <cstdio>
#include <set>
#include <map>
#include <bitset>
#include <stack>
#include <cctype>
using namespace std;
int main() {
	cout << "-" << endl;
}
0