結果
問題 | No.9005 実行時間/使用メモリテスト(テスト用) |
ユーザー | 👑 testestest |
提出日時 | 2017-07-29 19:49:26 |
言語 | C (gcc 12.3.0) |
結果 |
OLE
|
実行時間 | - |
コード長 | 45 bytes |
コンパイル時間 | 98 ms |
コンパイル使用メモリ | 27,904 KB |
最終ジャッジ日時 | 2024-10-10 20:23:55 |
合計ジャッジ時間 | 4,232 ms |
ジャッジサーバーID (参考情報) |
judge2 / 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'
ソースコード
main(){for(int i=0;i<21<<20;i++)printf("0");}