DiAdo的ACM Code

2011年5月7日 星期六

ACM 10071 Back to High School Physics


#include <stdio.h>

int main(void)
{
    int v, t;
   
    while (scanf("%d%d", &v, &t) == 2)
        printf("%d\n", 2*v*t);
   
    return 0;
}
作者: DiAdo 於 晚上7:27
分類: ACM

沒有留言:

張貼留言

較新的文章 較舊的文章 首頁
訂閱: 張貼留言 (Atom)

網誌存檔

  • ►  2013 (10)
    • ►  2月 (10)
  • ►  2012 (6)
    • ►  8月 (2)
    • ►  7月 (2)
    • ►  6月 (1)
    • ►  3月 (1)
  • ▼  2011 (57)
    • ►  11月 (3)
    • ►  9月 (1)
    • ►  8月 (1)
    • ►  7月 (7)
    • ►  6月 (25)
    • ▼  5月 (14)
      • ACM 729 The Hamming Distance Problem
      • ACM 441 Lotto
      • ACM 291 The House Of Santa Claus
      • ACM 846 Steps
      • ACM 106 Fermat vs. Pythagoras
      • ACM 296 Safebreaker
      • ACM 591 Box of Bricks
      • ACM 494 Kindergarten Counting Game
      • ACM 10878 Decode the tape
      • ACM 10929 You can say 11
      • ACM 10071 Back to High School Physics
      • ACM 10055 Hashmat the brave warrior
      • ACM 100 The 3n + 1 problem
      • ACM 10260 Soundex
    • ►  4月 (6)

解題資訊

  • 演算法筆記
  • Lucky貓的ACM園地
  • UVa Online Judge
  • UVa Toolkit
  • uHunt
  • USACO

關於我自己

DiAdo
檢視我的完整簡介
簡單主題. 技術提供:Blogger.