Search found 2 matches
- Tue Oct 04, 2005 5:53 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10341 - Solve It
- Replies: 64
- Views: 36900
10341
what about this one //the record 43 WA!!!!! #include <string> #include <vector> #include <cstdio> #include <cmath> #include <algorithm> #include <iostream> #include <sstream> using namespace std; long double f1(long double p,long double q,long double r,long double s,long double t ,long double u,long...
- Tue Oct 04, 2005 5:51 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10375 - Choose and divide
- Replies: 23
- Views: 12362
10375
wht is wrong about this code to GET 25 WA???? //10375 #include <string> #include <vector> #include <cstdio> #include <cmath> #include <algorithm> #include <iostream> #include <sstream> using namespace std; void main() { long long m1,n1,m2,n2; while(cin>>m1>>n1>>m2>>n2) { long long c1=m1-n1; long lon...