Which lines of the code below contain proper instantiation of queue objects?
#include
#include
#include
#include
using namespace std;
int main()
{
deque
Select all that apply, then click Submit answer.
-
○
line I
-
○
line II
-
○
line III
-
○
line IV
-
○
line V