摘要:
#include #include #include int main() { int bloodD = 3200; int bloodW = 1788; int MP = 240; int action; int tmp = 0; int tmp2 = 0; int score = 0; int round = 0; ... 阅读全文
摘要:
import java.awt.*; import javax.swing.*; public class QQReg extends JFrame{ public static void main(String[] args){ QQReg w = new QQReg(); w.setVisible(true); } QQReg(){... 阅读全文