Cpp1.cpp(31) : error C2146: syntax error : missing ';' before identifier 'cout'

日期:2022-04-11 21:45:27 人气:1

Cpp1.cpp(31) : error C2146: syntax error : missing ';' before identifier 'cout'

主要问题有二个,在以下代码中注释处标注:
#include <iostream.h>
#define SCORE 4 //这里不能用";",#define是编译预处理命令
#define STU 5
struct student
{
char name[10];
float
    A+
热门评论