#include < iostream.h > // Simple class Count class Count { public : int x ; void print ( ) { cout << x << ' \ n ' ; } } ; main ( ) { Count counter ...
確定! 回上一頁