仔细阅读以下程序代码,其中有错误的代码的行号是( )。
include <iostream> using namespace std; int main() { cout << "hello world"; return 0; }
1
2
3
5