瞎蒙的

http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1985
不知道在讲什么,只是瞎蒙的,居然对了,
求指教 啊
#include <stdio.h>
int main()
{
   int a,b,t;
   scanf("%d",&t);
   while(t--)
   {
   scanf("%d%d",&a,&b);
   printf("%d\n",(a/3)*(b/3));
   }
   return 0;
}

posted @ 2013-02-28 18:45  L kill  阅读(93)  评论(0编辑  收藏  举报