結果
| 問題 |
No.8074 5000000000000000-SAT
|
| コンテスト | |
| ユーザー |
mito_nya
|
| 提出日時 | 2021-04-01 20:03:15 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 1,000 ms |
| コード長 | 139 bytes |
| コンパイル時間 | 573 ms |
| コンパイル使用メモリ | 69,920 KB |
| 実行使用メモリ | 6,816 KB |
| 最終ジャッジ日時 | 2024-12-18 01:12:20 |
| 合計ジャッジ時間 | 991 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
ソースコード
#include<stdio.h>
#include<iostream>
#include<vector>
#include<math.h>
using namespace std;
int main(){
cout<<"Yes"<<endl;
return 0;}
mito_nya