結果
問題 |
No.8043 yukicoderへようこそ!
|
ユーザー |
![]() |
提出日時 | 2019-04-01 22:27:03 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 663 bytes |
コンパイル時間 | 1,419 ms |
コンパイル使用メモリ | 166,032 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-27 03:22:57 |
合計ジャッジ時間 | 1,873 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 2 WA * 4 |
ソースコード
#include <bits/stdc++.h> using namespace std; using lint = long long; template<class T = int> using V = vector<T>; template<class T = int> using VV = V< V<T> >; int main() { cin.tie(nullptr); ios::sync_with_stdio(false); string s; cin >> s; if (s == "Welcome to yukicoder!" or s == "1+2+10" or s == "Let's enjoy") { return cout << "Hello World!" << '\n', 0; } if (s == "96") { return cout << 4656 << '\n', 0; } if (s == "10") { lint a; cin >> a; if (a == 74277514688006405) { return cout << 5942201175040512342 << '\n', 0; } if (a == 2206785076388444) { return cout << 1176952040740503395 << '\n', 0; } } }