stdio.h

#include <stdio.h>

int main() {
    // Your C code here

    return 0;
}