Submission #204335

#TimeUsernameProblemLanguageResultExecution timeMemory
204335ADJAArranging Shoes (IOI19_shoes)C++14
10 / 100
5 ms256 KiB
#include "shoes.h" long long count_swaps(std::vector<int> s) { int result = 0; if (s[0] > 0) { result++; } return result; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...