結果
問題 | No.3065 カプサイシン |
ユーザー | fine |
提出日時 | 2020-04-01 22:24:52 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 229 bytes |
コンパイル時間 | 1,592 ms |
コンパイル使用メモリ | 165,680 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-06-27 11:35:27 |
合計ジャッジ時間 | 1,847 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ソースコード
#include <bits/stdc++.h> using namespace std; using ll = long long; int main() { cin.tie(nullptr); ios::sync_with_stdio(false); string ans = "flag{04_G0n_H5_G0n3_tR463D1c}"; cout << ans << endl; return 0; }