#include void wait(long long x) { sleep(x); } int slen(char *str) { return strlen(str); } char charAt(char *str, int) { return str[int]; }