test Author: ClownK Date: 六月 23, 2024 16:24:23 Test12345678910111213141516#include <stdio.h>int main(){ int a,b,c; char s[101]; // get a integer scanf("%d", &a); // get two integers separated half-width break scanf("%d %d",&b,&c); // get a string scanf("%s",s); // output printf("%d %s\n",a+b+c,s); return 0;} License: Copyright (c) 2024 CC-BY-NC-4.0 LICENSE Tag(s): # test back · home FPGA基础知识