You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structmy_struct
{
int code
int a;
char data
char b;
}
inttest(int a,int B
{
structmy_struct c
structmy_struct d;
int e=(2+3/(2-2)*2;
int f=(2+3/(2-2))*2;
if(a>=b
{
a=1+1;
b=1+1;
}
if(a>=b)
{
a=1+1
b=1+1;
}
}
inttest(){
int a=0;
The text was updated successfully, but these errors were encountered:
test_1_s12.out
中第三行有如下参考报错信息:然而,根据源码,第三个缺少分号的行数应该在第7行,花括号后。
The text was updated successfully, but these errors were encountered: