#include <stdio.h> int main(){ long long a = 1, b = 2, c = 3; printf("%d %d %d\n", a, b, c); return 0; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题