Problem | maximum |
---|---|
User | ChessyBoy |
Submission Time | 2024-04-05 15:02:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:17: error: no matching function for call to ‘getline(std::istream&, long long int&, long long int&)’
9 | getline(cin,a,b);
| ^
In file included from /usr/include/stdio.h:864,
from /usr/include/c++/9/cstdio:42,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:46,
from maximum.cpp:1:
/usr/include/x86_64-linux-gnu/bits/stdio.h:118:1: note: candidate: ‘__ssize_t getline(char**, size_t*, FILE*)’
118 | getline (char **__lineptr, size_t *__n, FILE *__stream)
| ^~~~~~~
/usr/include/x86_64-linux-gnu/bits/stdio.h:118:17: note: no known conversion for argument 1 from ‘std::istream’ {aka ‘std::basic_istream<char>’} to ‘char**’
118 | getline (char **__lineptr, size_t *__n, FILE *__stream)
| ~~~~~~~^~~~~~~~~
In file included from /usr/include/c++/9/string:56,
from /usr/in