結果
問題 | No.491 10^9+1と回文 |
ユーザー |
![]() |
提出日時 | 2017-06-30 00:48:42 |
言語 | cLay (20241019-1) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 102 bytes |
コンパイル時間 | 1,591 ms |
コンパイル使用メモリ | 170,524 KB |
実行使用メモリ | 13,824 KB |
最終ジャッジ日時 | 2024-07-05 12:21:52 |
合計ジャッジ時間 | 6,000 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | TLE * 1 -- * 2 |
other | -- * 103 |
コンパイルメッセージ
main.cpp: In function ‘long long int f(long long int, long long int)’: main.cpp:101:1: warning: no return statement in function returning non-void [-Wreturn-type] 101 | } | ^
ソースコード
ll n,s;ll f(ll a,ll b){!b?s+=a<=n:f(10a+b%10,.1b);}{rd(n);n/=1d9+1;rep(i,1,1d5)f(i,i),f(i,.1i);wt(s);}