#include "one.h"
#include "two.h"

int main(int argc, const char * argv[])
{
    
    one();
    
    two();
    return 0;
}

 

相关文章: