結果

問題 No.8062 A + B
ユーザー pockyny
提出日時 2020-04-01 22:11:19
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 159 bytes
コンパイル時間 677 ms
コンパイル使用メモリ 65,168 KB
最終ジャッジ日時 2025-01-09 12:05:10
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
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 << "01" << endl;
}
0