結果
問題 |
No.8062 A + B
|
ユーザー |
![]() |
提出日時 | 2020-04-01 22:11:01 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 156 bytes |
コンパイル時間 | 831 ms |
コンパイル使用メモリ | 64,896 KB |
最終ジャッジ日時 | 2025-01-09 12:04:55 |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 8 |
ソースコード
#include <iostream> #include <string> #include <cassert> using namespace std; string a,b; int main(){ cin >> a >> b; int i; cout << 7 << endl; }