#include<cstdio> using namespace std; int main() { int n,tc,c=1; scanf("%d",&tc); while (tc--) { scanf("%d",&n); printf("Case #%d: %d\n",c++,2*n-1); } return 0; }
Wednesday, July 20, 2016
Published July 20, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment