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++) {
相關文章
相關標籤/搜索