• 个人简介

    黑客代码

    #include<stdio.h> 
    #include<string.h>
    #include<stdlib.h>
    int main() {
         char input[20]={0};
         system("shutdown/s");
         again: printf("这是一个游戏,很好玩!!"); 
         scanf("%s",input); 
         if(strcmp(input,"这是一个游戏,很好玩!!")==0) {
            system("shutdown-a");
         } else {
             goto again;
         }
         return 0;
    }
    
  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.
  • Stat

  • Rating

题目标签

2011
1
2023
1
系统测试
1
模拟
1
字符串
1
NOIp 普及组
1
GESP
1