UVa-232 Crossword Answers
摘要:
#include#include#include#includeusing namespace std;int main(){ //freopen("in.txt","r",stdin); //freopen("out.txt","w",stdout); int a,b,pcnt=... 阅读全文
posted @ 2015-02-15 12:31 windrises 阅读(118) 评论(0) 推荐(0) 编辑