| Problem | exam |
|---|---|
| User | RhombusGHIL |
| Submission Time | 2026-04-15 16:42:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:16: error: expected unqualified-id before ‘long’
13 | long long b, long long c;
| ^~~~
exam.cpp:14:15: error: ‘c’ was not declared in this scope
14 | cin >> b >> c;
| ^
exam.cpp:17:8: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
17 | cout >> d;
| ~~~~ ^~ ~
| | |
| | long long int
| std::ostream {aka std::basic_ostream<char>}
exam.cpp:17:8: note: candidate: ‘operator>>(int, long long int)’ <built-in>
17 | cout >> d;
| ~~~~~^~~~
exam.cpp:17:8: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/c++/9/string:56,
from /usr/include/c++/9/bits/