結果
| 問題 | 
                            No.8043 yukicoderへようこそ!
                             | 
                    
| コンテスト | |
| ユーザー | 
                             springroll
                         | 
                    
| 提出日時 | 2019-04-01 22:05:39 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 223 bytes | 
| コンパイル時間 | 1,513 ms | 
| コンパイル使用メモリ | 164,936 KB | 
| 実行使用メモリ | 5,248 KB | 
| 最終ジャッジ日時 | 2024-11-27 02:54:25 | 
| 合計ジャッジ時間 | 1,891 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge2 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | WA * 6 | 
ソースコード
#include "bits/stdc++.h"
using namespace std;
typedef long long ll;
int main(){
    cout << "Hello World!" << endl;
    int N;
    cin >> N;
    int sum=0;
    for(int i=0; i<N; i++) sum += i+1;
    cout << sum << endl;
}
            
            
            
        
            
springroll