2022-12-01から1ヶ月間の記事一覧

abc279_c

TLE

ソートして比較するだけ。 2次元のvectorそのまま扱えるの知らなかった atcoder.jp #include <bits/stdc++.h> #include <algorithm> #define rep(i, n) for(int i=0; i<(n); ++i) using namespace std; int main(){ int h, w; cin >> h >> w; vector<string> s(h), t(h); rep(i,h) cin >> s[i];</string></algorithm></bits/stdc++.h>…