結果
問題 |
No.756 チャンパーノウン定数 (1)
|
ユーザー |
![]() |
提出日時 | 2020-03-09 21:12:32 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 232 bytes |
コンパイル時間 | 103 ms |
コンパイル使用メモリ | 27,392 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-14 07:20:07 |
合計ジャッジ時間 | 875 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | AC * 5 WA * 15 |
ソースコード
#include<stdio.h> #include<string.h> #include<stdlib.h> int main(void){ int d;scanf("%d",&d); char s[]="12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455"; printf("%c",s[d+1]); }