From dabcc27d647a5b31a9c93411fb9e33ef5e6e60e1 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 2 Jun 2021 16:52:16 -0500 Subject: Fix order of types --- main.cpp | 7 ++++--- 1 file 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++){ -- cgit v1.2.3-70-g09d2