# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
518909 | Keshi | Ancient Machine (JOI21_ancient_machine) | C++17 | 70 ms | 13972 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "Anna.h"
#include <vector>
namespace {
int variable_example = 0;
}
void Anna(int N, std::vector<char> S) {
variable_example++;
char x = 'X';
for(int i = 0; i < N; i++){
if(S[i] == x){
Send(1);
if(x == 'X') x = 'Y';
else if(x == 'Y') x = 'Z';
else x = 'Y';
}
else Send(0);
}
return;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |