#include <stdio.h> int main(void) { char buf[80]; sprintf(buf, "%d %f %s %d %d %d %s", 25, 54.32E-1, "Thompson", 56, 789, 123, "56" ); printf("%s", ...
確定! 回上一頁