#include <stdio.h> int main(int argc,char **argv) { int a = 0; scanf("%d", &a); return 0; }
提示”警告 C6031 返回值被忽略“!😥
你用visual studio code试一下
我试了一下,这是对的