結果
| 問題 | 
                            No.9001 標準入出力の練習問題(テスト用)
                             | 
                    
| ユーザー | 
                             fusilbayonet
                         | 
                    
| 提出日時 | 2019-05-30 00:57:01 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                RE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 209 bytes | 
| コンパイル時間 | 506 ms | 
| コンパイル使用メモリ | 64,672 KB | 
| 実行使用メモリ | 6,944 KB | 
| 最終ジャッジ日時 | 2024-09-17 16:04:05 | 
| 合計ジャッジ時間 | 1,028 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge6 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | RE * 2 | 
ソースコード
#include<cstdio>
#include<string>
#include<iostream>
using namespace std;
int main(void)
{
    int A, B;
    string S;
    
    scanf("%d%d", &A, &B);
    scanf("%s", &S);
    
    printf("%d %s", A+B, S);
}
            
            
            
        
            
fusilbayonet