結果

問題 No.3279 Dhole vs Monster
ユーザー eQe
提出日時 2025-09-26 21:22:01
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 723 bytes
コンパイル時間 2,751 ms
コンパイル使用メモリ 278,240 KB
実行使用メモリ 7,716 KB
最終ジャッジ日時 2025-09-26 21:22:08
合計ジャッジ時間 3,563 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 14
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
#if __has_include(<atcoder/all>)
#endif
using namespace std;
#define LL(...) ll __VA_ARGS__;lin(__VA_ARGS__)
#define STRING(...) string __VA_ARGS__;lin(__VA_ARGS__)
#define defpp template<ostream&o=cout>void pp(const auto&...a){[[maybe_unused]]const char*c="";((o<<c<<a,c=" "),...);o<<'\n';}void epp(const auto&...a){pp<cerr>(a...);}
#define entry defpp void main();void main2();}int main(){my::io();my::main();}namespace my{
namespace my{
void io(){cin.tie(nullptr)->sync_with_stdio(0);cout<<fixed<<setprecision(15);}
using ll=long long;
void lin(auto&...a){(cin>>...>>a);}
}
namespace my{entry
void main(){
  LL(L);
  STRING(s);

  if(s=="Beat")L++;
  pp(vector<int>{390,429,468,507,546}[L-1]);
}}
0