为啥这玩意运行不了(re)
  • 板块学术版
  • 楼主landernal
  • 当前回复7
  • 已保存回复7
  • 发布时间2022/2/28 23:28
  • 上次更新2023/10/28 07:30:08
查看原帖
为啥这玩意运行不了(re)
521302
landernal楼主2022/2/28 23:28

最近蒟蒻在研究《深浅》

#include <cstdio>
#include <string>
using namespace std;

int main(){
    string x, z, h;
    scanf("%s\n%s", &z, &h);
    printf("%s\n%s", h, z);
    return 0;
}

2022/2/28 23:28
加载中...