#include void \u59a2\u6570(int \u5909\u6570) { printf("%i\n", \u5909\u6570); } int main() { int \u5909\u6570 = 3; \u59a2\u6570(\u5909\u6570); }