10519 . 单选题 Puls

下面的C++代码在某集成开发环境中编译运行时,提示有“Invalid Character”(“无效字符”)错误。可能的原因是?

int a, b;
a = 3, b = 4; // L1
cout << a; // L2
cout << b; // L3