#include <iostream> using namespace std; int main() { int a,b,c; int n,f; while(cin>>n) { while(n--) { cin>>f; int sum=0; while(f--) { cin>>a>>b>>c; sum+=a*c; } cout<<sum<<endl; } } return 0; }
hdu 2348 Turn the corner(三分&am
上篇博客介紹了webservice的基礎認識和一個
一、背景 在MVC3項目裡,如果Action的參數中有En
C++混合編程之idlcpp教程Lua篇(6),idlcpp
記得大一剛學C語言的時候,書後有道打印三角形的題,記得
深入Windows內核——C++中的消息機制 《編程思想