CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> Please run code (CTRL Alt n), f5, CTRL f5 what's the difference
Please run code (CTRL Alt n), f5, CTRL f5 what's the difference
Time:02-13
# include
# include
using namespace std;
Int main ()
{
Map
Mymap;
Mymap. Insert (pair
(' a ', 1));
Mymap. Insert (map
: : value_type (" b ", 2));
Mymap [' c ']=3;
//three methods insert
Map
: : iterator it;
For (it=mymap. The begin (); it!=mymap. End (); It++)
Printf (" [% c, % d], "it - & gt; First, it - & gt; Second);
Printf (" \ n ");
}
The first is the run code as a result, the second is the f5, CTRL + f5 results
Page link:
https//www.codepudding.com/Backend/101651.html
Prev:
Dalao people help take a look at this list where there is a problem orz ~
Next:
How to make the program at the time of crash record something
Tags:
Tool platform and libraries
Related
Nrf52832 serial dfu
A clump of Lord NRF52832
F5 error, not open the page display page not found
Open the read hdf5 file: 'slice' object has no attribute 'en
Read hdf5 file
MSP430F5529 development version and MAX30102 chips I2C commu
Nrf52833 defined RTC compile errors
Nrf52832 SDK12.2 official version not into sleep mode
For this period of the disassembly after F5 pseudo-code decr
HT32F52352 timer initialization problem
Links:
CodePudding