|
|
back to boardDiscussion of Problem 1992. CVScin/cout is possible Posted by ASK 19 Mar 2014 16:32 I got AC with #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(m); F(i,n){ string w; cin >> w; I(j); auto& c = clones[j-1]; if(w == "learn"){ // ... |
|
|