There is a very secret base in Potatoland where potato mash is made according to a special recipe The neighbours from Porridgia decided to seize this recipe and to sell it to Pilauland For this missio
#include
using namespace std;
bool isSymmetric(vector
int main() {
vector
if (isSymmetric(matrix)) {
cout << "YES" << endl;
} else {
cout << "NO" << endl;
}
return 0;
原文地址: http://www.cveoy.top/t/topic/h8Pr 著作权归作者所有。请勿转载和采集!