ACM ZQU 1313拐弯 拐弯 Description N*N ( 1 <= N <= 100 ) 方格中, 'x' 表示不能走的格子, '.'表示可以走的格子。卡门很胖,故而不好转弯。现在要从A点走到B点,请问最... 09月04日 热度4,059 度 发表评论 阅读全文
ACM 杭电ACM1002 杭电ACM1002 #include <stdio.h> #include <string.h> int main() { char a={0}; int c={0}; int... 08月17日 热度3,972 度 发表评论 阅读全文
ACM 杭电ACM2017 杭电ACM2017 #include <stdio.h> #include <string.h> int main(void) { int n; char a; int i,c... 08月17日 热度4,124 度 发表评论 阅读全文
ACM 杭电ACM1040 杭电ACM1040 #include <stdio.h> int main() { int T; int i,j; int n; int temp; int data = {0}; sca... 08月17日 热度4,113 度 发表评论 阅读全文
ACM 杭电ACM1032 杭电ACM1032 #include <iostream> int main() { int i,j; int count,max; int n,temp; using namespace... 08月17日 热度4,172 度 发表评论 阅读全文
ACM 杭电ACM1001 杭电ACM1001 #include <iostream> int main() { using namespace std; long int n,m; long int s; whil... 08月17日 热度3,896 度 发表评论 阅读全文