#include <stdio.h> int main() { printf("%lld", __STDC_VERSION__); return 0; }
Last updated 16 hours ago