摘要: 原先在《算法竞赛入门经典》看过这题,当时没想出来选择百度。结果洛谷再次跳出来了。很尴尬,忘了做题方法的我继续百度。重做了一遍,很惭愧 1 #include <stdio.h> 2 #include <string.h> 3 int main(void) 4 { 5 int a, b; 6 int s 阅读全文
posted @ 2019-12-30 21:41 张牧歌 阅读(147) 评论(0) 推荐(0) 编辑