0_0_23264217_12974.cpp: In function 'int main()':
0_0_23264217_12974.cpp:7:9: error: 'cin' was not declared in this scope
while( cin >> l >> n >> m )
^
0_0_23264217_12974.cpp:10:11: error: 'a' was not declared in this scope
cin >> a[i];
^
0_0_23264217_12974.cpp:12:11: error: 'b' was not declared in this scope
cin >> b[i];
^
0_0_23264217_12974.cpp:14:11: error: 'c' was not declared in this scope
cin >> c[i];
^
0_0_23264217_12974.cpp:17:5: error: 'sab' was not declared in this scope
sab[k++] = a[i] + b[j];
^
0_0_23264217_12974.cpp:17:16: error: 'a' was not declared in this scope
sab[k++] = a[i] + b[j];
^
0_0_23264217_12974.cpp:17:23: error: 'b' was not declared in this scope
sab[k++] = a[i] + b[j];
^
0_0_23264217_12974.cpp:18:9: error: 'sab' was not declared in this scope
sort( sab, sab + k );
^
0_0_23264217_12974.cpp:18:22: error: 'sort' was not declared in this scope
sort( sab, sab + k );
^
0_0_23264217_12974.cpp:20:3: error: 'cout' was not declared in this scope
cout << "Case " << cnt++ << ":\n";
^
0_0_23264217_12974.cpp:25:22: error: 'c' was not declared in this scope
if ( find( sum - c[j] , 0 , k-1) )
^
0_0_23264217_12974.cpp:25:36: error: 'find' was not declared in this scope
if ( find( sum - c[j] , 0 , k-1) )
^
|