結果
| 問題 | No.400 鏡 |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2016-07-23 09:58:31 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 61 bytes |
| 記録 | |
| コンパイル時間 | 117 ms |
| コンパイル使用メモリ | 28,488 KB |
| 最終ジャッジ日時 | 2026-02-23 22:08:08 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 8 |
コンパイルメッセージ
main.c: In function ‘main’:
main.c:1:53: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch]
1 | f(s){s=getchar();s-10&&f()*putchar(s^2);}main(){f();exit(0);}
| ^~~~
main.c:1:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
+++ |+#include <stdlib.h>
1 | f(s){s=getchar();s-10&&f()*putchar(s^2);}main(){f();exit(0);}
ソースコード
f(s){s=getchar();s-10&&f()*putchar(s^2);}main(){f();exit(0);}
testestest