ACM DS18 Alice做算术(3) DS18 Alice做算术(3) memory limit: 65536KB time limit: 1000MS accept: 3 submit: 6 Description 对于单个的算术运算,... 09月28日 热度3,835 度 发表评论 阅读全文
ACM ZQU 1313拐弯 拐弯 Description N*N ( 1 <= N <= 100 ) 方格中, 'x' 表示不能走的格子, '.'表示可以走的格子。卡门很胖,故而不好转弯。现在要从A点走到B点,请问最... 09月04日 热度3,726 度 发表评论 阅读全文
ACM 杭电ACM1002 杭电ACM1002 #include <stdio.h> #include <string.h> int main() { char a={0}; int c={0}; int... 08月17日 热度3,707 度 发表评论 阅读全文
ACM 杭电ACM2017 杭电ACM2017 #include <stdio.h> #include <string.h> int main(void) { int n; char a; int i,c... 08月17日 热度3,894 度 发表评论 阅读全文
ACM 杭电ACM1040 杭电ACM1040 #include <stdio.h> int main() { int T; int i,j; int n; int temp; int data = {0}; sca... 08月17日 热度3,883 度 发表评论 阅读全文
ACM 杭电ACM1032 杭电ACM1032 #include <iostream> int main() { int i,j; int count,max; int n,temp; using namespace... 08月17日 热度3,978 度 发表评论 阅读全文
ACM 杭电ACM1001 杭电ACM1001 #include <iostream> int main() { using namespace std; long int n,m; long int s; whil... 08月17日 热度3,649 度 发表评论 阅读全文