結果
| 問題 |
No.1616 Joke
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2021-07-27 21:07:36 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 27 bytes |
| コンパイル時間 | 90 ms |
| コンパイル使用メモリ | 25,728 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-07-23 18:24:33 |
| 合計ジャッジ時間 | 903 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 13 |
コンパイルメッセージ
main.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
1 | main(){sendfile(1,0,0l,4);}
| ^~~~
main.c: In function 'main':
main.c:1:8: warning: implicit declaration of function 'sendfile' [-Wimplicit-function-declaration]
1 | main(){sendfile(1,0,0l,4);}
| ^~~~~~~~
ソースコード
main(){sendfile(1,0,0l,4);}
tails