put the cpp code in the right place
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user