Skip to main content
๐Ÿ› Bug HuntC+ C++ Easy+10 XP

Missing Include

This code won't compile. What's missing?

๐Ÿ› Find the bug
1int main() {
2 cout << "Hello" << endl;
3 return 0;
4}
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix:

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep