摘要:
import java.io.*; public class TIME { public static void main(String[] args) { File oldName = new File("路径/test.png"); File newName = new File(System. 阅读全文
摘要:
#include<stdio.h> #include <stdlib.h> int main(){ printf("剪子包袱锤游戏\n"); int isTrue = 1; int userInput; int systemInput; char *types[3] = {"剪子","包袱","锤" 阅读全文