結果

問題 No.254 文字列の構成
ユーザー goodbaton
提出日時 2015-07-25 00:17:18
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 419 bytes
コンパイル時間 695 ms
コンパイル使用メモリ 71,324 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-07-16 03:12:15
合計ジャッジ時間 4,633 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 2
other AC * 1 WA * 29
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <string>
#include <cmath>
#include <algorithm>
#include <vector>
#include <queue>
#include <stack>
#include <map>
#include <set>
#include <cstring>

typedef long long ll;
using namespace std;

#define mod 1000003
#define INF 1000000000
#define LLINF 2000000000000000000LL

#define SIZE 100

int main(){
    cout << "sushi" << endl;
    
    return 0;
}
0