| Problem | appeal | 
|---|---|
| User | AlphanumericUsername | 
| Submission Time | 2023-08-05 19:14:18 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 appeal.cpp: In function ‘int32_t main()’:
appeal.cpp:99:14: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘std::string [n]’ {aka ‘std::__cxx11::basic_string<char> [n]’}
   99 |  reverse(arr.begin(),arr.end());
      |              ^~~~~
appeal.cpp:99:26: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘std::string [n]’ {aka ‘std::__cxx11::basic_string<char> [n]’}
   99 |  reverse(arr.begin(),arr.end());
      |                          ^~~