Run id: 124199
Main.cc: In function 'int main()':
Main.cc:5:4: error: 'cin' was not declared in this scope
cin >> n;
^
Main.cc:14:26: error: 'max' was not declared in this scope
maxn = max(maxn, c);
^
Main.cc:16:35: error: 'max' was not declared in this scope
maxn = max(maxn, f[99] + f[100]);
^
Main.cc:18:4: error: 'cout' was not declared in this scope
cout << maxn << endl;
^
Main.cc:18:20: error: 'endl' was not declared in this scope
cout << maxn << endl;
^
Main.cc:18:24: error: expected '}' at end of input
cout << maxn << endl;
^