結果
| 問題 |
No.353 ヘイトプラス
|
| コンテスト | |
| ユーザー |
focus
|
| 提出日時 | 2018-02-17 10:03:21 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 166 bytes |
| コンパイル時間 | 453 ms |
| コンパイル使用メモリ | 62,104 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-06-24 12:07:06 |
| 合計ジャッジ時間 | 2,199 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 7 |
ソースコード
#include<iostream>
#include<string>
#include<cstdio>
using namespace std;
int main(){
unsigned long long A,B;
cin >> A >> B;
cout << A+B;
return 0;
}
focus