結果
| 問題 | No.9001 標準入出力の練習問題(テスト用) |
| ユーザー |
Gakumamon14
|
| 提出日時 | 2017-02-18 11:48:56 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 159 bytes |
| 記録 | |
| コンパイル時間 | 459 ms |
| コンパイル使用メモリ | 70,304 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-06-03 20:32:36 |
| 合計ジャッジ時間 | 1,104 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 2 |
ソースコード
#include<iostream>
using namespace std;
int main(){
int num1,num2;
char res;
cin>>num1>>num2;
cin>>res;
cout<<num1+num2<<""<<res<<endl;
return 0;
}
Gakumamon14