#include <stdio.h> int main(int argc, char const *argv[]) { printf('123'); return 0; }
最后更新于3年前
这有帮助吗?