hdu 2393 Higher Math

2015-07-20 18:01:23 · 作者: · 浏览: 4

Higher Math

Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)

Total Submission(s): 2291 Accepted Submission(s): 1262

#include
  
   
#include
   
     #include
    
      #include
     
       using namespace std; int max(int a,int b) { int T; if(a>b) { T=a; a=b; b=T; } return b; } int main() { __int64 a[5]; int cas; cin>>cas; int t=1; while(cas--) { cin>>a[1]>>a[2]>>a[3]; cout<<"Scenario #"<