0_0_21983502_12079.cpp: In function 'int main()':
0_0_21983502_12079.cpp:7:26: error: expected ';' before '}' token
if(m>n){int t=n;n=m;m=t}
^
0_0_21983502_12079.cpp:9:20: error: expected ';' before ')' token
for("i=m;i<n;i++")
^
0_0_21983502_12079.cpp:17:2: error: expected primary-expression before '}' token
}
^
0_0_21983502_12079.cpp:17:2: error: expected ')' before '}' token
0_0_21983502_12079.cpp:17:2: error: expected primary-expression before '}' token
|