結果

問題 No.2830 Don't Stop the Game
ユーザー kotatsugame
提出日時 2024-08-02 21:42:21
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 184 bytes
コンパイル時間 616 ms
コンパイル使用メモリ 62,848 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-08-02 21:42:25
合計ジャッジ時間 3,048 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<cassert>
using namespace std;
int main()
{
	ios::sync_with_stdio(false);
	cin.tie(nullptr);
	cout<<30<<endl;
	for(int i=1;i<=30;i++)cout<<"1\n"<<i<<endl;
}
0