結果
| 問題 |
No.8049 Yes
|
| コンテスト | |
| ユーザー |
subsn
|
| 提出日時 | 2023-06-15 16:04:48 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 0 ms / 2,000 ms |
| コード長 | 20 bytes |
| コンパイル時間 | 89 ms |
| コンパイル使用メモリ | 25,176 KB |
| 実行使用メモリ | 4,376 KB |
| スコア | 100 |
| 最終ジャッジ日時 | 2023-06-15 16:04:49 |
| 合計ジャッジ時間 | 569 ms |
|
ジャッジサーバーID (参考情報) |
judge15 / judge14 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
コンパイルメッセージ
main.c:1:1: 警告: 戻り値の型をデフォルトの ‘int’ にします [-Wimplicit-int]
1 | main(){puts("Yes");}
| ^~~~
main.c: 関数 ‘main’ 内:
main.c:1:8: 警告: 関数 ‘puts’ の暗黙的な宣言です [-Wimplicit-function-declaration]
1 | main(){puts("Yes");}
| ^~~~
main.c:1:1: 備考: include ‘<stdio.h>’ or provide a declaration of ‘puts’
+++ |+#include <stdio.h>
1 | main(){puts("Yes");}
ソースコード
main(){puts("Yes");}
subsn