diff options
-rw-r--r-- | main.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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++){ |