summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-06-02 16:52:16 -0500
committerAnthony Wang2021-06-02 16:52:16 -0500
commitdabcc27d647a5b31a9c93411fb9e33ef5e6e60e1 (patch)
tree59184847c83a52d2125e12af3db6aa647c8bafae
parent8f6b101b6ee0257304e419c8dc818d477bc09667 (diff)
Fix order of types
-rw-r--r--main.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index b52f6c2..d95107c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -142,11 +142,12 @@ int solve(string & s) {
string types[7] = {"original",
"B.1.1.7",
+"B.1.351",
"B.1.427",
"P.1",
-"B.1.351",
-"other_vrt",
-"not_sars_cov2"};
+"not_sars_cov2",
+"not_sars_cov2"
+};
void answer(){
for(int i = 0; i < 100;i++){