9 lines
No EOL
156 B
C++
9 lines
No EOL
156 B
C++
#include "queue.hpp"
|
|
#include "train.hpp"
|
|
#include <stdio.h>
|
|
int main()
|
|
{
|
|
Train T;
|
|
T.orgnize() ? T.Out() : printf("编组失败\n");
|
|
return 0;
|
|
} |