2070 / C / Приклад
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main() { printf("2070\n"); return 0; }