c语言作业——趣味测试

#include "stdio.h" #include "stdlib.h" #include "time.h" int main() { int i; char a, b; srand((unsigned)time(NULL)); a = 6; b = rand() % 6 + 1; for (i = 1; i <= 100; i++) {
相关文章
相关标签/搜索