idk why these stuffs get stashed for so long and I didn't ever commit them

This commit is contained in:
2025-11-06 09:43:54 +08:00
parent 5dbdfef1a1
commit e01c041259
232 changed files with 22806 additions and 1256 deletions

View File

@@ -108,7 +108,7 @@ int main()
cout << endl;
break;
case 10:
cout << "\nQ.fornt=" << Q.front << endl;
cout << "\nQ.front=" << Q.front << endl;
cout << "Q.rear=" << Q.rear << endl;
break;
case 0: // 退出