#include <stdio.h> int main() { int v, t; while (scanf("%d%d",&v,&t)==2) printf("%d\n",(2*v*t)); return 0; }
Wednesday, April 13, 2016
Published April 13, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
#include <stdio.h> int main() { int v, t; while (scanf("%d%d",&v,&t)==2) printf("%d\n",(2*v*t)); return 0; }
# include < cstdio > # include < cstring > # include < algorithm > using namespace std ; int main ( ) { int ...
0 comments:
Post a Comment