Problem veryeasyproblem
User ATHY
Submission Time 2024-06-18 19:28:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:6:12: error: no match for ‘operator<<’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘ll’ {aka ‘long long int’})
6 | ll N; cin << N;
| ~~~ ^~ ~
| | |
| | ll {aka long long int}
| std::istream {aka std::basic_istream<char>}
veryeasyproblem.cpp:6:12: note: candidate: ‘operator<<(int, ll {aka long long int})’ <built-in>
6 | ll N; cin << N;
| ~~~~^~~~
veryeasyproblem.cpp:6:12: note: no known conversion for argument 1 from ‘std::istream’ {aka ‘std::basic_istream<char>’} to ‘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 veryeasyproblem.cpp:1:
/usr/include/c++/9/bits/regex.h:1553:5: note: candidate: ‘template<class _Ch