上一页 1 ··· 29 30 31 32 33
摘要: #include <stdio.h> short int f(unsigned short int a,unsigned short int b){ if(b==0) return -1; else return a/b; } int main(void) { int a,b; scanf("%d, 阅读全文
posted @ 2023-04-12 21:07 欧吼吼 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33