HDOJ5551 Huatuo's Medicine
Posted As3asddd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HDOJ5551 Huatuo's Medicine相关的知识,希望对你有一定的参考价值。
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5551
题目大意:。。。
题目思路:乱搞?模拟?
1 #include <stdio.h> 2 void solve(int T){ 3 int n; 4 scanf("%d",&n); 5 printf("Case #%d: %d\n",T,2*(n-1)+1); 6 return ; 7 } 8 int main(){ 9 int T; 10 scanf("%d",&T); 11 for(int i=1;i<=T;i++) solve(i); 12 }
以上是关于HDOJ5551 Huatuo's Medicine的主要内容,如果未能解决你的问题,请参考以下文章
HDOJ4122 Alice's mooncake shop
hdoj 4004 The Frog's Games(二分)
HDoj-1250-Hat's Fibonacci-大数