結果
| 問題 |
No.2088 数当てゲーム
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-30 21:38:20 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 240 bytes |
| コンパイル時間 | 4,729 ms |
| コンパイル使用メモリ | 396,380 KB |
| 最終ジャッジ日時 | 2025-02-07 19:13:55 |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 6 WA * 15 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
#include<boost/multiprecision/cpp_int.hpp>
using namespace boost::multiprecision;
typedef cpp_int cp ;
int main(void){
cp A,B ;
cin >> A >> B ;
cout << A + B << endl;
}