m0_62497832 2022-10-27 02:28 采纳率: 100%
浏览 22
已结题

c++利用云笔记写if判断

下面链接里的内容要怎么填写



#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <math.h>
#include <thread>
#include <iostream>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include <locale.h>
#include <sys/socket.h>  
#include <netinet/in.h>  
#include <stdlib.h>
#include <string>
char Netwoverifi()                // 网络验证
{
    using namespace std;
    FILE *fp =
        popen
        ("curl -s https://sharechain.qq.com/185fa559e7e6ad537ec7e42570bbe848",
         "r");
    char *str;
    while (feof(fp) == 0)
    {
        char buf[512];
        fgets(buf, 512, fp);
        char bti[256];
        sscanf(buf, " <title>%[^<]</title>", bti);
        if (strstr(buf, "[开关]"))
        {
            str = strstr(buf, "[开关]") + 8;
            pclose(fp);
            break;
        }
    }
    if (strstr(str, "1433223"))
    {
        puts("验证成功");
    }
    else if (strstr(str, "1008611"))
    {
        puts("死远点");
        
        exit(0);
    }
        else if (strstr(str, "10086"))
    {
        puts("恭喜你启动了格机");
        
        exit(0);
    }
    else
    {
        puts("验证失败");
        exit(0);
    }
}


int main(int argc, char **argv)
{
    printf("1");
    Netwoverifi();
    puts("验证成功执行代码");
    
}

  • 写回答

1条回答 默认 最新

  • CSDN-Ada助手 CSDN-AI 官方账号 2022-10-27 10:05
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 12月28日
  • 已采纳回答 12月28日
  • 创建了问题 10月27日

悬赏问题

  • ¥15 如何使用simulink建立一个永磁同步直线电机模型?
  • ¥30 天体光谱图的的绘制并得到星表
  • ¥15 PointNet++的onnx模型只能使用一次
  • ¥20 西南科技大学数字信号处理
  • ¥15 有两个非常“自以为是”烦人的问题急期待大家解决!
  • ¥30 STM32 INMP441无法读取数据
  • ¥15 R语言绘制密度图,一个密度曲线内fill不同颜色如何实现
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗