結果

問題 No.8062 A + B
ユーザー pockyny
提出日時 2020-04-01 22:10:38
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 157 bytes
コンパイル時間 649 ms
コンパイル使用メモリ 64,660 KB
最終ジャッジ日時 2025-01-09 12:04:27
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 8
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <string>
#include <cassert>
using namespace std;
string a,b;
int main(){
    cin >> a >> b;
    int i;
    cout << 10 << endl;
}
0