結果
| 問題 | No.165 四角で囲え! |
| コンテスト | |
| ユーザー |
sujinbemani_79c
|
| 提出日時 | 2015-03-13 00:18:24 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 152 bytes |
| コンパイル時間 | 581 ms |
| コンパイル使用メモリ | 66,344 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-28 22:42:50 |
| 合計ジャッジ時間 | 1,287 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 2 |
| other | AC * 2 WA * 17 |
ソースコード
#include<cstdio>
#include<cmath>
#include<iostream>
#include<algorithm>
#include<queue>
using namespace std;
int main(){
puts("1");
return 0;
}
sujinbemani_79c