题解列表

筛选

盐水的故事 (C语言代码)

摘要:解题思路:每一滴水滴落下都算一秒每次一串水滴落完 间隔一秒注意事项:参考代码:#include <stdio.h>#include <string.h>int main(){ int n,m; sca……