Compare commits

...

2 Commits

Author SHA1 Message Date
fa3af48426 Merge branch 'master' of https://git.puffypony.party/segcolt/beecrowd-solutions 2024-11-12 20:23:19 -03:00
e6bcb6f654 Actually do the problem
I completely forgot to commit this one...
2024-11-02 16:27:53 -03:00

View File

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