結果
問題 |
No.9000 Hello World! (テスト用)
|
ユーザー |
![]() |
提出日時 | 2019-07-03 12:05:46 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 205 bytes |
コンパイル時間 | 397 ms |
コンパイル使用メモリ | 28,672 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-14 17:59:19 |
合計ジャッジ時間 | 701 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 4 |
ソースコード
#include <stdio.h> int main(void){ int cdata[11] = {72, 101, 108, 108, 111, 32, 87, 111, 114, 100, 33}; for( int i = 0; i <= 10; i++ ){ printf( "%c", cdata[i] ); } printf( "\n" ); }