Problem | card |
---|---|
User | eliasxyz |
Submission Time | 2025-05-26 14:01:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:12:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
12 | str c;
| ^~~
| std
card.cpp:13:7: error: ‘c’ was not declared in this scope
13 | cin>>c;
| ^
card.cpp:16:4: error: ‘rotate’ was not declared in this scope
16 | rotate(A,A+1,A+n);
| ^~~~~~
card.cpp:18:4: error: ‘rotate’ was not declared in this scope
18 | rotate(A+1,A+2,A+n);
| ^~~~~~