結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー testestesttestestest
提出日時 2017-07-29 19:49:26
言語 C
(gcc 12.3.0)
結果
OLE  
実行時間 -
コード長 45 bytes
コンパイル時間 93 ms
コンパイル使用メモリ 28,416 KB
最終ジャッジ日時 2024-04-19 03:46:37
合計ジャッジ時間 4,265 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 OLE -
testcase_01 OLE -
testcase_02 OLE -
testcase_03 OLE -
testcase_04 OLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
    1 | main(){for(int i=0;i<21<<20;i++)printf("0");}
      | ^~~~
main.c: In function 'main':
main.c:1:33: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    1 | main(){for(int i=0;i<21<<20;i++)printf("0");}
      |                                 ^~~~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | main(){for(int i=0;i<21<<20;i++)printf("0");}
main.c:1:33: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
    1 | main(){for(int i=0;i<21<<20;i++)printf("0");}
      |                                 ^~~~~~
main.c:1:33: note: include '<stdio.h>' or provide a declaration of 'printf'

ソースコード

diff #

main(){for(int i=0;i<21<<20;i++)printf("0");}
0