add vector
This commit is contained in:
69
vector/data/one.memcheck/answer.txt
Normal file
69
vector/data/one.memcheck/answer.txt
Normal file
@ -0,0 +1,69 @@
|
||||
Testing constructors and assignment operator...
|
||||
1 2 3 4 5 6 7 8 9 10
|
||||
0 1 2 3 4 5 6 7 8 9
|
||||
1 2 3 4 5 6 7 8 9 10
|
||||
Testing iterators...
|
||||
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
||||
Testing accessing methods...
|
||||
1
|
||||
2
|
||||
4
|
||||
8
|
||||
16
|
||||
32
|
||||
64
|
||||
128
|
||||
256
|
||||
512
|
||||
1024
|
||||
2048
|
||||
4096
|
||||
8192
|
||||
16384
|
||||
32768
|
||||
65536
|
||||
131072
|
||||
262144
|
||||
524288
|
||||
1048576
|
||||
2097152
|
||||
4194304
|
||||
8388608
|
||||
16777216
|
||||
33554432
|
||||
67108864
|
||||
134217728
|
||||
268435456
|
||||
536870912
|
||||
1073741824
|
||||
2147483648
|
||||
4294967296
|
||||
8589934592
|
||||
17179869184
|
||||
34359738368
|
||||
68719476736
|
||||
137438953472
|
||||
274877906944
|
||||
549755813888
|
||||
1099511627776
|
||||
2199023255552
|
||||
4398046511104
|
||||
8796093022208
|
||||
17592186044416
|
||||
35184372088832
|
||||
70368744177664
|
||||
140737488355328
|
||||
281474976710656
|
||||
562949953421312
|
||||
exceptions thrown correctly.
|
||||
Testing push_back and pop_back...
|
||||
9
|
||||
22
|
||||
21
|
||||
20
|
||||
5
|
||||
Testing insert functions
|
||||
0 1 2 100 3 200 4 5 6 7 8 9
|
||||
Testing erase functions
|
||||
0 1 2 3 4 5 6 7 8 9
|
Reference in New Issue
Block a user