#include #include #include int main() { using namespace std; cout << offsetof(tm, tm_wday) << '\n'; }