#include <stdio.h> typedef const char* String; typedef struct { String id; String name; double balance; } Account; void deposit(Account *acct, ...
確定! 回上一頁