sample code failed compilation. why?

0
0

include

using namespace std;

int main(void) { int a, b; while(cin >> a >> b) { cout << a + b << endl; } return 0; }

Error given /443275.1326/Main.c:1:20: fatal error: iostream: No such file or directory

include

^ compilation terminated.

0 answer(s)

write answer 切换为英文 切换为中文


转发分享