0_0_35883594_32018.cpp: In function 'int main()':
0_0_35883594_32018.cpp:17:24: error: 'f' was not declared in this scope
f(a[i]>b[i]) {cout<<"First"<<endl;break;}
^
0_0_35883594_32018.cpp:18:13: error: 'else' without a previous 'if'
else if(a[i]<b[i]) {cout<<"Second"<<endl;break;
^
0_0_35883594_32018.cpp:22:1: error: expected '}' at end of input
}
^
|