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