#include <iostream> #include <fcntl.h> using namespace std; int main() { cout << O_RDONLY << endl; cout << S_IRUSR << endl; return 0; }