結果
| 問題 |
No.8027 114514
|
| コンテスト | |
| ユーザー |
latte0119
|
| 提出日時 | 2017-04-01 00:21:13 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
OLE
|
| 実行時間 | - |
| コード長 | 574 bytes |
| コンパイル時間 | 1,235 ms |
| コンパイル使用メモリ | 158,164 KB |
| 実行使用メモリ | 17,080 KB |
| 最終ジャッジ日時 | 2024-07-07 15:00:43 |
| 合計ジャッジ時間 | 6,835 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 8 RE * 1 OLE * 1 |
ソースコード
#include<bits/stdc++.h>
using namespace std;
#define int long long
#define rep(i,n) for(int i=0;i<(n);i++)
#define pb push_back
#define all(v) (v).begin(),(v).end()
#define fi first
#define se second
typedef vector<int>vint;
typedef pair<int,int>pint;
typedef vector<pint>vpint;
template<typename A,typename B>inline void chmin(A &a,B b){if(a>b)a=b;}
template<typename A,typename B>inline void chmax(A &a,B b){if(a<b)a=b;}
int ans[11];
signed main(){
ans[1]=7;
ans[5]=5;
int n;cin>>n;
if(n==1){
while(true)puts("latte");}
else if(n==2)assert(0);
}
latte0119