0_0_39476944_26946.cpp: In function 'int main()':
0_0_39476944_26946.cpp:26:49: error: expected primary-expression before '<' token
26 | if(x=="memory") cout<<rank<<<"\n";
| ^
0_0_39476944_26946.cpp:32:2: error: expected '}' at end of input
32 | }
| ^
0_0_39476944_26946.cpp:4:1: note: to match this '{'
4 | {
| ^
|