|
|
back to boardcin/cout in 0.312s Posted by ASK 21 Mar 2014 17:01 #define I(x) int x; cin >> x #define F(i,n) for(int i = 0; i < (n); ++i) int main(){ cin.sync_with_stdio(false); I(n); I(k); I(m); cout << "YES" << endl; F(i,k){ I(s); F(i,s){ I(x); //... |
|
|