#include <iostream.h>
#include <conio.h>
main()
{float R Dien_tich;
cout << "ban kinh R =";
cin >> R;
Dien_tich = 3.14159*R*R;
cour<< "Dien tich hinh tron =" << dien_tich;
return ();
getch()
}
Lỗi "no such file or directory compilation terminate" ở dòng include là lỗi gì?
return
trước thì nó văng mất rồi còn gì
1 Like
vâng . nhưng mà sao lại nó báo lỗi no such file or directory compilation terminate ở hàng include <iostream.h> ???
<iostream>
mới đúng bạn.
2 Likes