#include #include using namespace std; int main() { cout << O_RDONLY << endl; cout << S_IRUSR << endl; return 0; }