Skip to content

Commit 0610ad4

Browse files
committed
21-04-14 backup
1 parent fbdfd10 commit 0610ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp程序设计/28.vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class A {
1919
};
2020

2121
ostream &operator<<(ostream &out, const A &a) {
22-
cout << "Class A : " << a.x;
22+
out << "Class A : " << a.x;
2323
return out;
2424
}
2525

0 commit comments

Comments
 (0)