Problem | bracketex |
---|---|
User | Astronite |
Submission Time | 2025-08-26 14:07:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:9:11: error: could not convert ‘n’ from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘long unsigned int’
9 | int arr[n];
| ^
bracketex.cpp:9:11: error: size of array ‘arr’ has non-integral type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
bracketex.cpp:10:21: error: no match for ‘operator<’ (operand types are ‘long long int’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
10 | for (int i = 0; i < n;i++)
| ~ ^ ~
| | |
| | std::string {aka std::__cxx11::basic_string<char>}
| long long int
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from bracketex.cpp:1:
/usr/include/c++/9/bits/regex.h:1048:5: note: candid