Search found 1 match
- Wed Mar 26, 2014 6:07 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11437 - Triangle Fun
- Replies: 2
- Views: 1857
11437 - Triangle Fun
can anyone please tell where I have made the mistakes, it's getting me WA! :( Please help .thanks #include<iostream> #include<algorithm> #include<vector> #include<cstdio> #include<cmath> using namespace std; int main() { double ax,ay,bx,by,cx,cy; int n; while(cin>>n) { for(int i=0;i<n;i++) { cin>>ax...