修改第一题
This commit is contained in:
@@ -28,6 +28,7 @@ void output(book *books, int length) {
|
||||
int main() {
|
||||
book books[100];
|
||||
int length = input(books);
|
||||
cout << length << endl;
|
||||
output(books, length);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user