Problem | uniquenumbers |
---|---|
User | Stefan |
Submission Time | 2025-02-22 11:07:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:5:16: error: ‘i3748365487236483264873265834685743’ was not declared in this scope
5 | int numbers = i3748365487236483264873265834685743;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uniquenumbers.cpp:6:7: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
6 | cout >> numbers
| ~~~~ ^~ ~~~~~~~
| | |
| | int
| std::ostream {aka std::basic_ostream<char>}
uniquenumbers.cpp:6:7: note: candidate: ‘operator>>(int, int)’ <built-in>
6 | cout >> numbers
| ~~~~~^~~~~~~~~~
uniquenumbers.cpp:6:7: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from uniquenumbers.cp