update gitignore. update compile.sh

This commit is contained in:
2025-05-03 01:36:06 +03:00
parent 689b148736
commit 96b0571d30
7 changed files with 10 additions and 130 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ int main() {
mp[std::make_pair(r, c)] %= mod;
}
for (auto x : mp) {
for (auto& x : mp) {
if (x.second) std::cout << x.first.first << " " << x.first.second << " " << x.second << std::endl;
}