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