| Problem | twochoices | 
|---|---|
| User | dooweidde | 
| Submission Time | 2025-04-09 14:49:59 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 twochoices.cpp: In function ‘int main()’:
twochoices.cpp:19:27: error: no match for ‘operator<’ (operand types are ‘long long int’ and ‘std::__cxx11::basic_string<char>::iterator’ {aka ‘__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >’})
   19 |         for (int j = 0; j < inputnum.end(), j++){
      |                         ~ ^ ~~~~~~~~~~~~~~
      |                         |               |
      |                         long long int   std::__cxx11::basic_string<char>::iterator {aka __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >}
In file included from /usr/include/c++/9/regex:62,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
                 from twochoices.cpp:3:
/usr/include/c++/9/bits/regex.h:1048:5: note: candidate: ‘template<class _BiIter> bool std::__cxx11::operator<(const std::__cxx11::sub_match<_BiIter>&, const std