题解列表

筛选

程序员的表白-题解(C语言代码)

摘要:解题思路: 其实这道题按题意来写就行了,注意两个U的换行 参考代码: ```c #include int main() { int i,j,a; while(scanf("%d……