uva424 Integer Inquiry
摘要:
简单的数组应用,比150!容易多了,不用什么算法View Code 1 #include 2 #include 3 int num[200] = {0}, top = 0; 4 int main() 5 { 6 char st[102]; 7 int len, i; 8 w... 阅读全文
posted @ 2012-05-31 16:27
Nice!
阅读(162)
评论(0)
推荐(0)