main

#include <stdio.h>
int main(int argc, char const *argv[])
{
    printf('123');
    return 0;
}

最后更新于

这有帮助吗?