摘要:
Problem DescriptionHey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... ... 阅读全文
摘要:
For each pair of integers A B and C ( -2^31 #include int main(){ long long int a,b,c; while(scanf("%I64d %I64d %I64d",&a,&b,&c)==3) { printf... 阅读全文
摘要:
杭电第一题InputEach line will contain two integers A and B. Process to end of file.OutputFor each case, output A + B in one line.Sample Input1 1Sample Outp... 阅读全文
摘要:
这道题就很水啦,只要看懂题。。。所以我受了这个影响,再去hoj的时候想都没想就还按照这个打了,结果就像之前那篇说的那样WA。#include int main(){ int a,b; scanf("%d %d",&a, &b); printf("%d\n",a+b); ret... 阅读全文
摘要:
先说点废话:正式进入ACM大坑,瞬间就感觉到了差距之大。首先,全英文这对于我来说无疑是很大的挑战,其实这学期哈工大C语言课也有一个刷题网站sse,那个我刷到2800多分就不想刷了,实在是没意思(题目大都是基础的),也不想和自己班的那些人为了个无意义的题目一直刷较劲。所以感觉自己差不多就进入了各个OJ... 阅读全文