0_0_35794518_5198.cpp: In function 'int main()':
0_0_35794518_5198.cpp:10:30: error: 'i' was not declared in this scope
max=x,m1=i,m2=j; // 指向绝对值最大的值
^
0_0_35794518_5198.cpp: At global scope:
0_0_35794518_5198.cpp:18:5: error: expected unqualified-id before 'return'
return 1;
^
0_0_35794518_5198.cpp:19:1: error: expected declaration before '}' token
}
^
|