Scoreboard XML
From PC2wiki
Scoreboard XML (filename: results.xml) is output from the contest data using the PC² Scoring Algorithm.
Scoreboard XML is generated upon startup of the scoreboard module and contest events/changes in Runs, Problems, or Contest Data. A new Scoreboard HTML will be created based on the Scoreboard XML and PC² XSLT.
Contents
File Location
The the Scoreboard XML (filename results.xml) is created in the startup directory.
Sample XML
This is a draft sample of results.xml.
<?xml version="1.0" encoding="UTF-8"?> <contestStandings> <standingsHeader currentDate="Wed Jul 30 23:36:58 PDT 2008" generatorId="$Id: DefaultScoringAlgorithm.java 1456 2008-04-02 07:55:37Z boudreat $" groupCount="1" medianProblemsSolved="0" problemCount="1" problemsAttempted="1" siteCount="2" systemName="CSUS Programming Contest System" systemURL="http://pc2.ecs.csus.edu/" systemVersion="9.DEBUG 20080731 build 765" title="Contest" totalAttempts="1" totalSolved="1"> <groupList/> <colorList> <colors id="1" siteNum="1"> <problem color="Blue" id="1"/> </colors> </colorList> <problem attempts="1" bestSolutionTime="3" id="1" lastSolutionTime="3" numberSolved="1" title="Sumit"/> </standingsHeader> <teamStanding firstSolved="3" index="0" lastSolved="3" points="3" problemsAttempted="1" rank="1" solved="1" teamAlias="team2 (not aliasesd)" teamExternalId="" teamId="2" teamKey="1TEAM2" teamName="team2" teamSiteId="1" totalAttempts="1"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="3" problemId="Sumit--1524782133810469541" solutionTime="3"/> </teamStanding> <teamStanding firstSolved="-1" index="1" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="team1 (not aliasesd)" teamExternalId="" teamId="1" teamKey="1TEAM1" teamName="team1" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="Sumit--1524782133810469541" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="2" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="team3 (not aliasesd)" teamExternalId="" teamId="3" teamKey="1TEAM3" teamName="team3" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="Sumit--1524782133810469541" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="3" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="team4 (not aliasesd)" teamExternalId="" teamId="4" teamKey="1TEAM4" teamName="team4" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="Sumit--1524782133810469541" solutionTime="0"/> </teamStanding> </contestStandings>
Sample XML Example 2
The following XML is based on Example 2 from the Scoring Algorithm article.
<?xml version="1.0" encoding="UTF-8"?> <contestStandings> <standingsHeader currentDate="Sat Nov 21 16:50:06 PST 2009" generatorId="$Id: DefaultScoringAlgorithm.java 1912 2009-10-22 19:15:27Z laned $" groupCount="1" medianProblemsSolved="0" problemCount="4" problemsAttempted="4" siteCount="1" systemName="CSUS Programming Contest System" systemURL="http://pc2.ecs.csus.edu/" systemVersion="9.DEBUG 20091119 build 828" title="Programming Contest" totalAttempts="8" totalSolved="3"> <groupList/> <colorList/> <problem attempts="2" id="1" numberSolved="0" title="A"/> <problem attempts="2" bestSolutionTime="45" id="2" lastSolutionTime="45" numberSolved="1" title="B"/> <problem attempts="1" bestSolutionTime="215" id="3" lastSolutionTime="215" numberSolved="1" title="C"/> <problem attempts="3" bestSolutionTime="140" id="4" lastSolutionTime="140" numberSolved="1" title="D"/> </standingsHeader> <teamStanding firstSolved="45" index="0" lastSolved="215" points="460" problemsAttempted="4" rank="1" solved="3" teamAlias="Team Five (not aliasesd)" teamExternalId="" teamId="5" teamKey="1TEAM5" teamName="Team Five" teamSiteId="1" totalAttempts="8"> <problemSummaryInfo attempts="2" index="1" isPending="false" isSolved="false" points="0" problemId="A--8585154153182219414" solutionTime="-1"/> <problemSummaryInfo attempts="2" index="2" isPending="false" isSolved="true" points="65" problemId="B-6948822991899573313" solutionTime="45"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="true" points="215" problemId="C--6591258876054926203" solutionTime="215"/> <problemSummaryInfo attempts="3" index="4" isPending="false" isSolved="true" points="180" problemId="D--6828263567850187730" solutionTime="140"/> </teamStanding> <teamStanding firstSolved="-1" index="1" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="Team Four (not aliasesd)" teamExternalId="" teamId="4" teamKey="1TEAM4" teamName="Team Four" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A--8585154153182219414" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-6948822991899573313" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C--6591258876054926203" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D--6828263567850187730" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="2" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="Team One (not aliasesd)" teamExternalId="" teamId="1" teamKey="1TEAM1" teamName="Team One" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A--8585154153182219414" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-6948822991899573313" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C--6591258876054926203" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D--6828263567850187730" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="3" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="Team Three (not aliasesd)" teamExternalId="" teamId="3" teamKey="1TEAM3" teamName="Team Three" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A--8585154153182219414" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-6948822991899573313" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C--6591258876054926203" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D--6828263567850187730" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="4" lastSolved="0" points="0" problemsAttempted="0" rank="2" solved="0" teamAlias="Team Two (not aliasesd)" teamExternalId="" teamId="2" teamKey="1TEAM2" teamName="Team Two" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A--8585154153182219414" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-6948822991899573313" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C--6591258876054926203" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D--6828263567850187730" solutionTime="0"/> </teamStanding> </contestStandings>
Sample Scoreboard XML with groups
The following is an example of Scoreboard XML with groups.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <contestStandings> <standingsHeader currentDate="Mon Sep 12 16:26:53 PDT 2016" generatorId="$Id$" groupCount="3" medianProblemsSolved="0" problemCount="7" problemsAttempted="6" siteCount="5" systemName="CSUS Programming Contest System" systemURL="http://pc2.ecs.csus.edu/" systemVersion="9 build " title="2015 CSUS Local Spring Contest" totalAttempts="105" totalSolved="44"> <groupList> <group externalId="1" id="1" pc2Site="1" title="Lower Division"/> <group externalId="2" id="2" pc2Site="1" title="Open Division"/> </groupList> <colorList/> <problem attempts="39" bestSolutionTime="18" id="1" lastSolutionTime="226" numberSolved="19" title="The Tortoise and the Hare"/> <problem attempts="26" bestSolutionTime="35" id="2" lastSolutionTime="222" numberSolved="9" title="Space Buoys"/> <problem attempts="17" bestSolutionTime="100" id="3" lastSolutionTime="197" numberSolved="6" title="Friends"/> <problem attempts="7" bestSolutionTime="159" id="4" lastSolutionTime="232" numberSolved="6" title="Glump Sort"/> <problem attempts="4" bestSolutionTime="186" id="5" lastSolutionTime="186" numberSolved="1" title="Make a Flag"/> <problem attempts="12" bestSolutionTime="183" id="6" lastSolutionTime="235" numberSolved="3" title="The Flattener"/> <problem attempts="0" id="7" numberSolved="0" title="Mountain Climbing"/> </standingsHeader> <teamStanding firstSolved="18" groupRank="1" index="0" lastSolved="235" points="665" problemsAttempted="5" rank="1" solved="5" teamAlias="Darren Takemoto/Gabe Thompson/Nickolus Clayton (not aliasesd)" teamExternalId="9" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="9" teamKey="1TEAM9" teamName="Darren Takemoto/Gabe Thompson/Nickolus Clayton" teamSiteId="1" totalAttempts="6"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="18" problemId="A-tortoise-4631513831903987135" solutionTime="18"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="true" points="125" problemId="B-buoys--5551084139846323729" solutionTime="125"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="true" points="100" problemId="C-friends-6208520070584621136" solutionTime="100"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="true" points="167" problemId="D-glumpsort--8204922471588068080" solutionTime="167"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="2" index="6" isPending="false" isSolved="true" points="255" problemId="F-flattener-2266118190602361370" solutionTime="235"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="19" groupRank="1" index="1" lastSolved="223" points="832" problemsAttempted="5" rank="2" solved="5" teamAlias="Eric Bollinger/Chris Lowe/Xavier Lamphere (not aliasesd)" teamExternalId="16" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="16" teamKey="1TEAM16" teamName="Eric Bollinger/Chris Lowe/Xavier Lamphere" teamSiteId="1" totalAttempts="10"> <problemSummaryInfo attempts="2" index="1" isPending="false" isSolved="true" points="39" problemId="A-tortoise-4631513831903987135" solutionTime="19"/> <problemSummaryInfo attempts="3" index="2" isPending="false" isSolved="true" points="145" problemId="B-buoys--5551084139846323729" solutionTime="105"/> <problemSummaryInfo attempts="3" index="3" isPending="false" isSolved="true" points="237" problemId="C-friends-6208520070584621136" solutionTime="197"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="true" points="223" problemId="D-glumpsort--8204922471588068080" solutionTime="223"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="1" index="6" isPending="false" isSolved="true" points="188" problemId="F-flattener-2266118190602361370" solutionTime="188"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="21" groupRank="2" index="2" lastSolved="186" points="485" problemsAttempted="4" rank="3" solved="4" teamAlias="Isaac Lozano/Thierry Rutaganira/Kenny Ko (not aliasesd)" teamExternalId="8" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="8" teamKey="1TEAM8" teamName="Isaac Lozano/Thierry Rutaganira/Kenny Ko" teamSiteId="1" totalAttempts="7"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="21" problemId="A-tortoise-4631513831903987135" solutionTime="21"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="true" points="35" problemId="B-buoys--5551084139846323729" solutionTime="35"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="2" index="5" isPending="false" isSolved="true" points="206" problemId="E-flag--1643910419227999671" solutionTime="186"/> <problemSummaryInfo attempts="3" index="6" isPending="false" isSolved="true" points="223" problemId="F-flattener-2266118190602361370" solutionTime="183"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="29" groupRank="3" index="3" lastSolved="185" points="519" problemsAttempted="5" rank="4" solved="4" teamAlias="Kameryn Taylor/Mike Schmid/Samson Chua (not aliasesd)" teamExternalId="4" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="4" teamKey="1TEAM4" teamName="Kameryn Taylor/Mike Schmid/Samson Chua" teamSiteId="1" totalAttempts="6"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="29" problemId="A-tortoise-4631513831903987135" solutionTime="29"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="true" points="105" problemId="B-buoys--5551084139846323729" solutionTime="105"/> <problemSummaryInfo attempts="2" index="3" isPending="false" isSolved="true" points="205" problemId="C-friends-6208520070584621136" solutionTime="185"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="true" points="180" problemId="D-glumpsort--8204922471588068080" solutionTime="180"/> <problemSummaryInfo attempts="1" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="89" groupRank="4" index="4" lastSolved="216" points="628" problemsAttempted="4" rank="5" solved="4" teamAlias="Johnson Luong/Sheldon Jare/John Hill (not aliasesd)" teamExternalId="10" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="10" teamKey="1TEAM10" teamName="Johnson Luong/Sheldon Jare/John Hill" teamSiteId="1" totalAttempts="6"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="89" problemId="A-tortoise-4631513831903987135" solutionTime="89"/> <problemSummaryInfo attempts="3" index="2" isPending="false" isSolved="true" points="256" problemId="B-buoys--5551084139846323729" solutionTime="216"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="true" points="124" problemId="C-friends-6208520070584621136" solutionTime="124"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="true" points="159" problemId="D-glumpsort--8204922471588068080" solutionTime="159"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="22" groupRank="5" index="5" lastSolved="136" points="266" problemsAttempted="4" rank="6" solved="3" teamAlias="Connor Elison/Tom Solem/Oscar Solorzano (not aliasesd)" teamExternalId="6" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="6" teamKey="1TEAM6" teamName="Connor Elison/Tom Solem/Oscar Solorzano" teamSiteId="1" totalAttempts="6"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="22" problemId="A-tortoise-4631513831903987135" solutionTime="22"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="true" points="108" problemId="B-buoys--5551084139846323729" solutionTime="108"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="true" points="136" problemId="C-friends-6208520070584621136" solutionTime="136"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="3" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="95" groupRank="6" index="6" lastSolved="232" points="493" problemsAttempted="3" rank="7" solved="3" teamAlias="Ashley Gregory/John Jones/David Grapentine (not aliasesd)" teamExternalId="12" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="12" teamKey="1TEAM12" teamName="Ashley Gregory/John Jones/David Grapentine" teamSiteId="1" totalAttempts="3"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="95" problemId="A-tortoise-4631513831903987135" solutionTime="95"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="true" points="166" problemId="C-friends-6208520070584621136" solutionTime="166"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="true" points="232" problemId="D-glumpsort--8204922471588068080" solutionTime="232"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="24" groupRank="2" index="7" lastSolved="106" points="130" problemsAttempted="3" rank="8" solved="2" teamAlias="Victor Tram/Nathan Poon/Donald Murchison (not aliasesd)" teamExternalId="15" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="15" teamKey="1TEAM15" teamName="Victor Tram/Nathan Poon/Donald Murchison" teamSiteId="1" totalAttempts="4"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="24" problemId="A-tortoise-4631513831903987135" solutionTime="24"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="true" points="106" problemId="B-buoys--5551084139846323729" solutionTime="106"/> <problemSummaryInfo attempts="2" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="18" groupRank="7" index="8" lastSolved="223" points="241" problemsAttempted="3" rank="9" solved="2" teamAlias="Ron Lewis/Jacob Skidmore/Jerod Ewert (not aliasesd)" teamExternalId="11" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="11" teamKey="1TEAM11" teamName="Ron Lewis/Jacob Skidmore/Jerod Ewert" teamSiteId="1" totalAttempts="3"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="18" problemId="A-tortoise-4631513831903987135" solutionTime="18"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="-1"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="true" points="223" problemId="D-glumpsort--8204922471588068080" solutionTime="223"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="30" groupRank="8" index="9" lastSolved="197" points="327" problemsAttempted="3" rank="10" solved="2" teamAlias="Mathew Helmund/Sayd Mateen/Hasib Habibi (not aliasesd)" teamExternalId="7" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="7" teamKey="1TEAM7" teamName="Mathew Helmund/Sayd Mateen/Hasib Habibi" teamSiteId="1" totalAttempts="10"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="30" problemId="A-tortoise-4631513831903987135" solutionTime="30"/> <problemSummaryInfo attempts="6" index="2" isPending="false" isSolved="true" points="297" problemId="B-buoys--5551084139846323729" solutionTime="197"/> <problemSummaryInfo attempts="3" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="110" groupRank="9" index="10" lastSolved="222" points="392" problemsAttempted="3" rank="11" solved="2" teamAlias="J Austin Dolve/Ezekiel Dohmen/Austin Purcell (not aliasesd)" teamExternalId="2" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="2" teamKey="1TEAM2" teamName="J Austin Dolve/Ezekiel Dohmen/Austin Purcell" teamSiteId="1" totalAttempts="8"> <problemSummaryInfo attempts="2" index="1" isPending="false" isSolved="true" points="130" problemId="A-tortoise-4631513831903987135" solutionTime="110"/> <problemSummaryInfo attempts="3" index="2" isPending="false" isSolved="true" points="262" problemId="B-buoys--5551084139846323729" solutionTime="222"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="3" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="29" groupRank="3" index="11" lastSolved="29" points="29" problemsAttempted="2" rank="12" solved="1" teamAlias="Thomas Duong/Justin Valenzuela/Jashmit Singh (not aliasesd)" teamExternalId="17" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="17" teamKey="1TEAM17" teamName="Thomas Duong/Justin Valenzuela/Jashmit Singh" teamSiteId="1" totalAttempts="2"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="29" problemId="A-tortoise-4631513831903987135" solutionTime="29"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="31" groupRank="10" index="12" lastSolved="31" points="31" problemsAttempted="2" rank="13" solved="1" teamAlias="Randy Scroggins/Alejandro Pena/Tyler Hamm (not aliasesd)" teamExternalId="3" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="3" teamKey="1TEAM3" teamName="Randy Scroggins/Alejandro Pena/Tyler Hamm" teamSiteId="1" totalAttempts="2"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="31" problemId="A-tortoise-4631513831903987135" solutionTime="31"/> <problemSummaryInfo attempts="1" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="36" groupRank="11" index="13" lastSolved="36" points="56" problemsAttempted="3" rank="14" solved="1" teamAlias="Will Kinderman/Tiffany Wong/Justin Aquine (not aliasesd)" teamExternalId="1" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="1" teamKey="1TEAM1" teamName="Will Kinderman/Tiffany Wong/Justin Aquine" teamSiteId="1" totalAttempts="7"> <problemSummaryInfo attempts="2" index="1" isPending="false" isSolved="true" points="56" problemId="A-tortoise-4631513831903987135" solutionTime="36"/> <problemSummaryInfo attempts="4" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="-1"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="81" groupRank="4" index="14" lastSolved="81" points="81" problemsAttempted="1" rank="15" solved="1" teamAlias="Bryce Stampfl/Alan Clectus/Sujan Lanichhone (not aliasesd)" teamExternalId="21" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="21" teamKey="1TEAM21" teamName="Bryce Stampfl/Alan Clectus/Sujan Lanichhone" teamSiteId="1" totalAttempts="1"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="81" problemId="A-tortoise-4631513831903987135" solutionTime="81"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="87" groupRank="5" index="15" lastSolved="87" points="87" problemsAttempted="2" rank="16" solved="1" teamAlias="Michael Jivan/Aditya Subedi/Jason Nguyen (not aliasesd)" teamExternalId="18" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="18" teamKey="1TEAM18" teamName="Michael Jivan/Aditya Subedi/Jason Nguyen" teamSiteId="1" totalAttempts="2"> <problemSummaryInfo attempts="1" index="1" isPending="false" isSolved="true" points="87" problemId="A-tortoise-4631513831903987135" solutionTime="87"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="1" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="222" groupRank="6" index="16" lastSolved="222" points="282" problemsAttempted="1" rank="17" solved="1" teamAlias="Bryce Rarey/Angelica Sippel/Blake Ramos (not aliasesd)" teamExternalId="19" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="19" teamKey="1TEAM19" teamName="Bryce Rarey/Angelica Sippel/Blake Ramos" teamSiteId="1" totalAttempts="4"> <problemSummaryInfo attempts="4" index="1" isPending="false" isSolved="true" points="282" problemId="A-tortoise-4631513831903987135" solutionTime="222"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="182" groupRank="12" index="17" lastSolved="182" points="302" problemsAttempted="2" rank="18" solved="1" teamAlias="Sree Harsha Mamilla/Suraj Ponugoti/Praveenkumar Ramasany (not aliasesd)" teamExternalId="13" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="13" teamKey="1TEAM13" teamName="Sree Harsha Mamilla/Suraj Ponugoti/Praveenkumar Ramasany" teamSiteId="1" totalAttempts="8"> <problemSummaryInfo attempts="7" index="1" isPending="false" isSolved="true" points="302" problemId="A-tortoise-4631513831903987135" solutionTime="182"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="1" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="226" groupRank="13" index="18" lastSolved="226" points="346" problemsAttempted="1" rank="19" solved="1" teamAlias="Farhana Akter/Sharmaine Caoile/Katherine Amita (not aliasesd)" teamExternalId="5" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="5" teamKey="1TEAM5" teamName="Farhana Akter/Sharmaine Caoile/Katherine Amita" teamSiteId="1" totalAttempts="7"> <problemSummaryInfo attempts="7" index="1" isPending="false" isSolved="true" points="346" problemId="A-tortoise-4631513831903987135" solutionTime="226"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" groupRank="7" index="19" lastSolved="0" points="0" problemsAttempted="1" rank="20" solved="0" teamAlias="Durbin Barrios/Jose Flores (not aliasesd)" teamExternalId="22" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="22" teamKey="1TEAM22" teamName="Durbin Barrios/Jose Flores" teamSiteId="1" totalAttempts="1"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="1" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" groupRank="7" index="20" lastSolved="0" points="0" problemsAttempted="1" rank="20" solved="0" teamAlias="Jeff Low/Craig Korac/Lomiespann (not aliasesd)" teamExternalId="20" teamGroupExternalId="1" teamGroupId="1" teamGroupName="Lower Division" teamId="20" teamKey="1TEAM20" teamName="Jeff Low/Craig Korac/Lomiespann" teamSiteId="1" totalAttempts="2"> <problemSummaryInfo attempts="2" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="-1"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" groupRank="14" index="21" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="Sameeh Khan (not aliasesd)" teamExternalId="14" teamGroupExternalId="2" teamGroupId="2" teamGroupName="Open Division" teamId="14" teamKey="1TEAM14" teamName="Sameeh Khan" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="22" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team23 (not aliasesd)" teamExternalId="1023" teamId="23" teamKey="1TEAM23" teamName="team23" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="23" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team24 (not aliasesd)" teamExternalId="1024" teamId="24" teamKey="1TEAM24" teamName="team24" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="24" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team25 (not aliasesd)" teamExternalId="1025" teamId="25" teamKey="1TEAM25" teamName="team25" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="25" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team26 (not aliasesd)" teamExternalId="1026" teamId="26" teamKey="1TEAM26" teamName="team26" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="26" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team27 (not aliasesd)" teamExternalId="1027" teamId="27" teamKey="1TEAM27" teamName="team27" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="27" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team28 (not aliasesd)" teamExternalId="1028" teamId="28" teamKey="1TEAM28" teamName="team28" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="28" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team29 (not aliasesd)" teamExternalId="1029" teamId="29" teamKey="1TEAM29" teamName="team29" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="29" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team30 (not aliasesd)" teamExternalId="1030" teamId="30" teamKey="1TEAM30" teamName="team30" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="30" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team31 (not aliasesd)" teamExternalId="1031" teamId="31" teamKey="1TEAM31" teamName="team31" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="31" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team32 (not aliasesd)" teamExternalId="1032" teamId="32" teamKey="1TEAM32" teamName="team32" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="32" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team33 (not aliasesd)" teamExternalId="1033" teamId="33" teamKey="1TEAM33" teamName="team33" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="33" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team34 (not aliasesd)" teamExternalId="1034" teamId="34" teamKey="1TEAM34" teamName="team34" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="34" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team35 (not aliasesd)" teamExternalId="1035" teamId="35" teamKey="1TEAM35" teamName="team35" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="35" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team36 (not aliasesd)" teamExternalId="1036" teamId="36" teamKey="1TEAM36" teamName="team36" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="36" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team37 (not aliasesd)" teamExternalId="1037" teamId="37" teamKey="1TEAM37" teamName="team37" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="37" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team38 (not aliasesd)" teamExternalId="1038" teamId="38" teamKey="1TEAM38" teamName="team38" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="38" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team39 (not aliasesd)" teamExternalId="1039" teamId="39" teamKey="1TEAM39" teamName="team39" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="39" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team40 (not aliasesd)" teamExternalId="1040" teamId="40" teamKey="1TEAM40" teamName="team40" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="40" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team41 (not aliasesd)" teamExternalId="1041" teamId="41" teamKey="1TEAM41" teamName="team41" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="41" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team42 (not aliasesd)" teamExternalId="1042" teamId="42" teamKey="1TEAM42" teamName="team42" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="42" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team43 (not aliasesd)" teamExternalId="1043" teamId="43" teamKey="1TEAM43" teamName="team43" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="43" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team44 (not aliasesd)" teamExternalId="1044" teamId="44" teamKey="1TEAM44" teamName="team44" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="44" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team45 (not aliasesd)" teamExternalId="1045" teamId="45" teamKey="1TEAM45" teamName="team45" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="45" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team46 (not aliasesd)" teamExternalId="1046" teamId="46" teamKey="1TEAM46" teamName="team46" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="46" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team47 (not aliasesd)" teamExternalId="1047" teamId="47" teamKey="1TEAM47" teamName="team47" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="47" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team48 (not aliasesd)" teamExternalId="1048" teamId="48" teamKey="1TEAM48" teamName="team48" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="48" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team49 (not aliasesd)" teamExternalId="1049" teamId="49" teamKey="1TEAM49" teamName="team49" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> <teamStanding firstSolved="-1" index="49" lastSolved="0" points="0" problemsAttempted="0" rank="20" solved="0" teamAlias="team50 (not aliasesd)" teamExternalId="1050" teamId="50" teamKey="1TEAM50" teamName="team50" teamSiteId="1" totalAttempts="0"> <problemSummaryInfo attempts="0" index="1" isPending="false" isSolved="false" points="0" problemId="A-tortoise-4631513831903987135" solutionTime="0"/> <problemSummaryInfo attempts="0" index="2" isPending="false" isSolved="false" points="0" problemId="B-buoys--5551084139846323729" solutionTime="0"/> <problemSummaryInfo attempts="0" index="3" isPending="false" isSolved="false" points="0" problemId="C-friends-6208520070584621136" solutionTime="0"/> <problemSummaryInfo attempts="0" index="4" isPending="false" isSolved="false" points="0" problemId="D-glumpsort--8204922471588068080" solutionTime="0"/> <problemSummaryInfo attempts="0" index="5" isPending="false" isSolved="false" points="0" problemId="E-flag--1643910419227999671" solutionTime="0"/> <problemSummaryInfo attempts="0" index="6" isPending="false" isSolved="false" points="0" problemId="F-flattener-2266118190602361370" solutionTime="0"/> <problemSummaryInfo attempts="0" index="7" isPending="false" isSolved="false" points="0" problemId="G-mountain--4698336231502583940" solutionTime="0"/> </teamStanding> </contestStandings>