|
From: <pan...@us...> - 2009-02-12 16:40:47
|
Revision: 501
http://acmcontester.svn.sourceforge.net/acmcontester/?rev=501&view=rev
Author: panzaboi
Date: 2009-02-12 16:40:45 +0000 (Thu, 12 Feb 2009)
Log Message:
-----------
Deleted Submits
Removed Paths:
-------------
website/other/submits/3
website/other/submits/4
website/other/submits/5
website/other/submits/6
website/other/submits/7
website/other/submits/8
website/other/submits/9
Deleted: website/other/submits/3
===================================================================
--- website/other/submits/3 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/3 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,33 +0,0 @@
-#include "fuel.h"
-#include <algorithm>
-
-void saveHighest(vector<Fuel>& v)
-{
- Fuel::FUELTYPE current = Fuel::FUELTYPE::LOW;
- fstream f("out.txt");
-
- f << *(v.begin()) << endl;
-
- for (vector<Fuel>::iterator i = v.begin(); i != v.end(); i++)
- {
- if ((*i).getType() != current)
- {
- current = (*i).getType();
- f << (*i) << endl;
- }
- }
-}
-
-int main()
-{
- vector<Fuel> v;
- fstream f("in.txt");
-
- f >> v;
-
- sort(v.begin(), v.end());
-
- saveHighest(v);
-
- return 0;
-}
\ No newline at end of file
Deleted: website/other/submits/4
===================================================================
--- website/other/submits/4 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/4 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,99 +0,0 @@
-0 92 6.00 50
-0 95 6.30 60
-0 98 6.50 30
-
-1 92 6.00 30
-1 95 6.30 20
-1 98 6.50 50
-
-2 92 6.00 70
-2 95 6.30 80
-2 98 6.50 20
-
-3 92 6.00 10
-3 95 6.30 90
-3 98 6.50 60
-
-4 92 6.00 40
-4 95 6.30 10
-4 98 6.50 30
-
-5 92 6.00 50
-5 95 6.30 90
-5 98 6.50 10
-
-6 92 6.00 60
-6 95 6.30 10
-6 98 6.50 40
-
-7 92 6.00 20
-7 95 6.30 30
-7 98 6.50 45
-
-8 92 6.00 50
-8 95 6.30 60
-8 98 6.50 30
-
-9 92 6.00 30
-9 95 6.30 20
-9 98 6.50 50
-
-10 92 6.00 70
-10 95 6.30 80
-10 98 6.50 20
-
-11 92 6.00 10
-11 95 6.30 90
-11 98 6.50 60
-
-12 92 6.00 40
-12 95 6.30 10
-12 98 6.50 30
-
-13 92 6.00 50
-13 95 6.30 90
-13 98 6.50 10
-
-14 92 6.00 60
-14 95 6.30 10
-14 98 6.50 40
-
-15 92 6.00 20
-15 95 6.30 30
-15 98 6.50 45
-
-16 92 6.00 20
-16 95 6.30 30
-16 98 6.50 45
-
-17 92 6.00 50
-17 95 6.30 60
-17 98 6.50 30
-
-18 92 6.00 30
-18 95 6.30 20
-18 98 6.50 50
-
-19 92 6.00 70
-19 95 6.30 80
-19 98 6.50 20
-
-20 92 6.00 10
-20 95 6.30 90
-20 98 6.50 60
-
-21 92 6.00 40
-21 95 6.30 10
-21 98 6.50 30
-
-22 92 6.00 50
-22 95 6.30 90
-22 98 6.50 10
-
-23 92 6.00 60
-23 95 6.30 10
-23 98 6.50 40
-
-24 92 6.00 20
-24 95 6.30 30
-24 98 6.50 45
\ No newline at end of file
Deleted: website/other/submits/5
===================================================================
--- website/other/submits/5 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/5 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,99 +0,0 @@
-0 92 6.00 50
-0 95 6.30 60
-0 98 6.50 30
-
-1 92 6.00 30
-1 95 6.30 20
-1 98 6.50 50
-
-2 92 6.00 70
-2 95 6.30 80
-2 98 6.50 20
-
-3 92 6.00 10
-3 95 6.30 90
-3 98 6.50 60
-
-4 92 6.00 40
-4 95 6.30 10
-4 98 6.50 30
-
-5 92 6.00 50
-5 95 6.30 90
-5 98 6.50 10
-
-6 92 6.00 60
-6 95 6.30 10
-6 98 6.50 40
-
-7 92 6.00 20
-7 95 6.30 30
-7 98 6.50 45
-
-8 92 6.00 50
-8 95 6.30 60
-8 98 6.50 30
-
-9 92 6.00 30
-9 95 6.30 20
-9 98 6.50 50
-
-10 92 6.00 70
-10 95 6.30 80
-10 98 6.50 20
-
-11 92 6.00 10
-11 95 6.30 90
-11 98 6.50 60
-
-12 92 6.00 40
-12 95 6.30 10
-12 98 6.50 30
-
-13 92 6.00 50
-13 95 6.30 90
-13 98 6.50 10
-
-14 92 6.00 60
-14 95 6.30 10
-14 98 6.50 40
-
-15 92 6.00 20
-15 95 6.30 30
-15 98 6.50 45
-
-16 92 6.00 20
-16 95 6.30 30
-16 98 6.50 45
-
-17 92 6.00 50
-17 95 6.30 60
-17 98 6.50 30
-
-18 92 6.00 30
-18 95 6.30 20
-18 98 6.50 50
-
-19 92 6.00 70
-19 95 6.30 80
-19 98 6.50 20
-
-20 92 6.00 10
-20 95 6.30 90
-20 98 6.50 60
-
-21 92 6.00 40
-21 95 6.30 10
-21 98 6.50 30
-
-22 92 6.00 50
-22 95 6.30 90
-22 98 6.50 10
-
-23 92 6.00 60
-23 95 6.30 10
-23 98 6.50 40
-
-24 92 6.00 20
-24 95 6.30 30
-24 98 6.50 45
\ No newline at end of file
Deleted: website/other/submits/6
===================================================================
--- website/other/submits/6 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/6 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,33 +0,0 @@
-#include "fuel.h"
-#include <algorithm>
-
-void saveHighest(vector<Fuel>& v)
-{
- Fuel::FUELTYPE current = Fuel::FUELTYPE::LOW;
- fstream f("out.txt");
-
- f << *(v.begin()) << endl;
-
- for (vector<Fuel>::iterator i = v.begin(); i != v.end(); i++)
- {
- if ((*i).getType() != current)
- {
- current = (*i).getType();
- f << (*i) << endl;
- }
- }
-}
-
-int main()
-{
- vector<Fuel> v;
- fstream f("in.txt");
-
- f >> v;
-
- sort(v.begin(), v.end());
-
- saveHighest(v);
-
- return 0;
-}
\ No newline at end of file
Deleted: website/other/submits/7
===================================================================
--- website/other/submits/7 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/7 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,33 +0,0 @@
-#include "fuel.h"
-#include <algorithm>
-
-void saveHighest(vector<Fuel>& v)
-{
- Fuel::FUELTYPE current = Fuel::FUELTYPE::LOW;
- fstream f("out.txt");
-
- f << *(v.begin()) << endl;
-
- for (vector<Fuel>::iterator i = v.begin(); i != v.end(); i++)
- {
- if ((*i).getType() != current)
- {
- current = (*i).getType();
- f << (*i) << endl;
- }
- }
-}
-
-int main()
-{
- vector<Fuel> v;
- fstream f("in.txt");
-
- f >> v;
-
- sort(v.begin(), v.end());
-
- saveHighest(v);
-
- return 0;
-}
\ No newline at end of file
Deleted: website/other/submits/8
===================================================================
--- website/other/submits/8 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/8 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,33 +0,0 @@
-#include "fuel.h"
-#include <algorithm>
-
-void saveHighest(vector<Fuel>& v)
-{
- Fuel::FUELTYPE current = Fuel::FUELTYPE::LOW;
- fstream f("out.txt");
-
- f << *(v.begin()) << endl;
-
- for (vector<Fuel>::iterator i = v.begin(); i != v.end(); i++)
- {
- if ((*i).getType() != current)
- {
- current = (*i).getType();
- f << (*i) << endl;
- }
- }
-}
-
-int main()
-{
- vector<Fuel> v;
- fstream f("in.txt");
-
- f >> v;
-
- sort(v.begin(), v.end());
-
- saveHighest(v);
-
- return 0;
-}
\ No newline at end of file
Deleted: website/other/submits/9
===================================================================
--- website/other/submits/9 2009-02-12 16:39:50 UTC (rev 500)
+++ website/other/submits/9 2009-02-12 16:40:45 UTC (rev 501)
@@ -1,33 +0,0 @@
-#include "fuel.h"
-#include <algorithm>
-
-void saveHighest(vector<Fuel>& v)
-{
- Fuel::FUELTYPE current = Fuel::FUELTYPE::LOW;
- fstream f("out.txt");
-
- f << *(v.begin()) << endl;
-
- for (vector<Fuel>::iterator i = v.begin(); i != v.end(); i++)
- {
- if ((*i).getType() != current)
- {
- current = (*i).getType();
- f << (*i) << endl;
- }
- }
-}
-
-int main()
-{
- vector<Fuel> v;
- fstream f("in.txt");
-
- f >> v;
-
- sort(v.begin(), v.end());
-
- saveHighest(v);
-
- return 0;
-}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|