結果

問題 No.3007 心の目で
ユーザー なおなお
提出日時 2014-12-21 00:08:14
言語 Whitespace
(0.4)
結果
AC  
実行時間 3 ms / 5,000 ms
コード長 336 bytes
コンパイル時間 86 ms
コンパイル使用メモリ 5,300 KB
実行使用メモリ 4,372 KB
最終ジャッジ日時 2023-09-02 20:26:10
合計ジャッジ時間 1,225 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,372 KB
testcase_01 AC 2 ms
4,372 KB
testcase_02 AC 2 ms
4,368 KB
testcase_03 AC 2 ms
4,372 KB
testcase_04 AC 2 ms
4,368 KB
testcase_05 AC 2 ms
4,372 KB
testcase_06 AC 2 ms
4,372 KB
testcase_07 AC 2 ms
4,368 KB
testcase_08 AC 2 ms
4,368 KB
testcase_09 AC 2 ms
4,368 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>  
   
using namespace std; 
   
int main() { 
    int N;
    cin >> N;
    cout << 1 << endl;
    
    return 0;
}    
   	  
	
		   	  
			   				   	  	      
	 			
 	   	 	 
	
  

















































































































// the cake is a lie
0