UVa 10071 Back to High School Physics
Back to High School Physics ....
真的很像高中物理題目...在紙上推導了一下
真的很像高中物理題目...在紙上推導了一下
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main() | |
{ | |
int v, t; | |
while ( scanf("%d %d", &v, &t) == 2 ) | |
printf("%d\n", 2 * v * t ); | |
return 0; | |
} |
留言
張貼留言