Problem generosity
User Pavan1000
Submission Time 2023-05-10 17:02:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

generosity.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
generosity.cpp: In function ‘int main()’:
generosity.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout<<"Genrosity";
| ^~~~