Fix order of types

This commit is contained in:
Anthony Wang 2021-06-02 16:52:16 -05:00
parent 8f6b101b6e
commit dabcc27d64
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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++){