Problem card
User VehaanGVikram
Submission Time 2025-01-20 15:18:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:9:2: error: ‘String’ was not declared in this scope
9 | String str = null;
| ^~~~~~
card.cpp:10:13: error: ‘str’ was not declared in this scope; did you mean ‘std’?
10 | cin>>m>>k>>str;
| ^~~
| std