Problem generosity
User tuongphat2505
Submission Time 2025-07-01 20:06:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

generosity.cpp: In function ‘int main()’:
generosity.cpp:41:80: error: no match for ‘operator>>’ (operand types are ‘std::basic_ostream<char>’ and ‘char’)
41 | cout << "CBEC08CD7A97AAE838365DB8B6B54D7448235918F43D5B54474B0DCB20C566D6" >> '\n';
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~
| | |
| std::basic_ostream<char> char
generosity.cpp:41:80: note: candidate: ‘operator>>(int, int)’ <built-in>
41 | cout << "CBEC08CD7A97AAE838365DB8B6B54D7448235918F43D5B54474B0DCB20C566D6" >> '\n';
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
generosity.cpp:41:80: note: no known conversion for argument 1 from ‘std::basic_ostream<char>’ to ‘int’
In file