提出 #462325


ソースコード 拡げる

#include <bits/stdc++.h>
 
using namespace std;
 
typedef long long ll;
typedef unsigned long long ull;
typedef pair<int, int> pii;
 
#define FOR(i, n) for(int i = 0; i < (n); i++)
#define ALL(v) (v).begin(), (v).end()
#define first F
#define second S
 
const int INF = 1 << 29;
const double EPS = 1e-9;
template<class T> ostream& operator<<(ostream &os, const vector<T> &v){ FOR(i, v.size()) { if(v[i] == INF) os << "INF"; else os << v[i]; if(i != v.size() - 1) os << ' '; } return os; }
 
const int MAX = INF;
 
int main() {
    std::ios_base::sync_with_stdio(0);
    cout << "GIGASLASH" << endl;
}

提出情報

提出日時
問題 J - 勇者最後の戦い!倒せ悪の大魔王!
ユーザ rif_rif
言語 C++ (GCC 4.9.2)
得点 100
コード長 622 Byte
結果 AC
実行時間 26 ms
メモリ 924 KiB

ジャッジ結果

セット名 All
得点 / 配点 100 / 100
結果
AC × 1
セット名 テストケース
All 00_answer_00.txt
ケース名 結果 実行時間 メモリ
00_answer_00.txt AC 26 ms 924 KiB