#include <string> using std::cout; using std::endl; using std::string; void delay() { unsigned int t = 1000000; while(t--); } int main(void)
確定! 回上一頁