#include <stdio>
void main() {
printf("%x", EOF);
}
Sow