锘??xml version="1.0" encoding="utf-8" standalone="yes"?>久久久久久免费一区二区三区,伊人久久一区二区三区无码,丁香五月网久久综合http://www.shnenglu.com/justin-shi/category/6139.html鍔姏鍋氫竴涓悎鏍肩殑鐢蜂漢銆傘傘?/description>zh-cnTue, 20 May 2008 00:25:58 GMTTue, 20 May 2008 00:25:58 GMT60hdoj1002http://www.shnenglu.com/justin-shi/articles/42661.html騫藉菇騫藉菇Tue, 12 Feb 2008 07:38:00 GMThttp://www.shnenglu.com/justin-shi/articles/42661.htmlhttp://www.shnenglu.com/justin-shi/comments/42661.htmlhttp://www.shnenglu.com/justin-shi/articles/42661.html#Feedback0http://www.shnenglu.com/justin-shi/comments/commentRss/42661.htmlhttp://www.shnenglu.com/justin-shi/services/trackbacks/42661.htmlA + B Problem II 璁$畻涓や釜1000浣嶄互鍐呮暣鏁扮殑鍜?br>杈撳叆 2 1 2 112233445566778899 998877665544332211
杈撳嚭 Case 1: 1 + 2 = 3
Case 2: 112233445566778899 + 998877665544332211 = 1111111111111111110
]]>hdoj1001http://www.shnenglu.com/justin-shi/articles/42660.html騫藉菇騫藉菇Tue, 12 Feb 2008 07:36:00 GMThttp://www.shnenglu.com/justin-shi/articles/42660.htmlhttp://www.shnenglu.com/justin-shi/comments/42660.htmlhttp://www.shnenglu.com/justin-shi/articles/42660.html#Feedback0http://www.shnenglu.com/justin-shi/comments/commentRss/42660.htmlhttp://www.shnenglu.com/justin-shi/services/trackbacks/42660.htmlSum problem 璁$畻1+2+3+...+n
#include<iostream> usingnamespace std; int main() { int n, temp, sum; for(;cin>>n;){ sum=0; for(temp=1; temp<=n; temp++) sum+=temp; cout << sum << endl << endl; } return(0); }
]]>hdoj1000http://www.shnenglu.com/justin-shi/articles/42545.html騫藉菇騫藉菇Tue, 05 Feb 2008 12:37:00 GMThttp://www.shnenglu.com/justin-shi/articles/42545.htmlhttp://www.shnenglu.com/justin-shi/comments/42545.htmlhttp://www.shnenglu.com/justin-shi/articles/42545.html#Feedback0http://www.shnenglu.com/justin-shi/comments/commentRss/42545.htmlhttp://www.shnenglu.com/justin-shi/services/trackbacks/42545.htmlCalculate A + B.