#include <stdio.h> int main(void) { int count = printf("This is a test!\n"); printf("%d\n", count); return 0; }. "This is a test!\n" 當中包括換行字元, ...
確定! 回上一頁