Language
C++
Compiler
gcc HEAD 9.0.1 20190220 (experimental)
Options
Warnings
Boost 1.69.0
C++2a(GNU)
-pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=gnu++2a -pedantic [a]:
[([2,6],["getr"]),([5,4],["sert","gsdfs"]),([6],["agert","ertj"])]
[a,0,1]:
[([2,6],["getr"]),([5,4],["sert","gsdfs"])]
[b]:
[(1,[(2,3)]),(5,[(2,1),(4,1)]),(6,[(5,3)])]
[c]: (4,"asd")
[d]:
[["fjs","sdf"],["sas"]]
[e]:
["fated","faithful","fatal"]
[f]:
[[a,f,u,j,r],
[a,q,g,k,r]]
[f,0,10,1,3]:
[[f,u,j],
[q,g,k]]
[g]:
[["ghdgh","5445w"],
["fghd","sd3535f"]]
[g,0,1,0,1,0,1]:
[["gh","54"],
["fg","sd"]]
[h,0]:
[2,4,6,7]
[h,2,3]:
[6,7]
[i,0]:
[6,2,63,8]
[i,2,3]:
[63,8]
[j,0]:
[[[4,6,2],
[4,8,2]],
[[1,2,3],
[3,2,0]]]
[j,0,0,0,1,0,1]:
[[[4,6],
[4,8]]]
[k,0]:
[[[1,2,3],[3,2]],
[[1,5,3],[3,2]]]
[k,1,1,0,3]:
[[[1,5,3],[3,2]]]
[l]:
[(1,(2,3)),(4,(4,3)),(6,(1,4))]
[l, 0, 1]:
[(1,(2,3)),(4,(4,3))]
[m]: (2,[2,5,6])
[n,0]:
[3.439847,5.739480]
[o,0]:
[2934872934792347,238427342]
[p]:
["1100"
,"0010"
,"0110"
,"0100"
]
[p,1,3]:
["0010"
,"0110"
,"0100"
]
[q]:
["1100"
,"0010"
,"0110"
,"0100"
]
[q,1,3,0,2]:
["010"
,"110"
,"100"
]
[r]: "100110"
[r, 0, 4]: "00110"
[s,2]: "qy"
[s,2,3]: "qy"
[t]: 5
[u]: R
[v]: ((234.345340,42),(133,"IOI"))
Exit Code:
0