131401 - 100以内的整数和
                            Time Limit : 1 秒
                        
                        
                            Memory Limit : 128 MB
                        
                    我们用for循环来写一个程序,计算100以内的整数和,也就是 0+1+2 ..... + 99。
Input
无
Output
100以内的整数和。