put the cpp code in the right place

This commit is contained in:
Jidong Xiao
2024-02-09 13:39:56 -05:00
parent cb7ea6977f
commit 8c639eb937

View File

@@ -144,10 +144,10 @@ assert (*itr == 100); // might seem ok... but rewrite the code to avoid this!
What is the output of this program? What is the output of this program?
```cpp
#include <list> #include <list>
#include <iostream> #include <iostream>
```cpp
int main(){ int main(){
std::list<int> lst; std::list<int> lst;