結果
| 問題 | 
                            No.1841 Long Long
                             | 
                    
| コンテスト | |
| ユーザー | 
                             sorag
                         | 
                    
| 提出日時 | 2022-07-19 15:38:25 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 186 bytes | 
| コンパイル時間 | 518 ms | 
| コンパイル使用メモリ | 63,488 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-01 18:39:03 | 
| 合計ジャッジ時間 | 1,250 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge2 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | WA * 15 | 
ソースコード
#include<iostream>
#include<string>
using namespace std;
int main() {
	int n;
	string s="long";
	cin >> n;
	for (int i = 0; i < n; i++)
	{
		cout << s ;
	}
	cout << endl;
	return 0;
}
            
            
            
        
            
sorag