Compare commits

..

No commits in common. "fa3af484262e55ede4ea395ca4be9eceeb051511" and "45e06a9b726b80719b94beae86464ac4e83ff306" have entirely different histories.

View File

@ -87,7 +87,7 @@ int main()
} }
vi cards; vi cards;
int total = 0; ll total = 0;
while (n--) { while (n--) {
string a; string a;