| Problem | addition | 
|---|---|
| User | JK13 | 
| Submission Time | 2023-11-08 11:38:16 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp: In function ‘int32_t main()’:
addition.cpp:8:14: error: no match for ‘operator>>’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
    8 |    cout << a >> b >> c;
      |    ~~~~~~~~~ ^~ ~
      |         |       |
      |         |       long long int
      |         std::basic_ostream<char>::__ostream_type {aka std::basic_ostream<char>}
addition.cpp:8:14: note: candidate: ‘operator>>(int, long long int)’ <built-in>
    8 |    cout << a >> b >> c;
      |    ~~~~~~~~~~^~~~
addition.cpp:8:14: note:   no known conversion for argument 1 from ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
                 from addition.cpp:1:
/usr/include/c++/9/cstddef:140:5: note: candi