Problem add1
User dieunq1309
Submission Time 2024-04-01 11:02:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:4:12: error: no match for call to ‘(std::istream {aka std::basic_istream<char>}) (int&)’
4 | std::cin(a);
| ^
add1.cpp:5:15: error: no match for call to ‘(std::ostream {aka std::basic_ostream<char>}) (int)’
5 | std::cout(a+1);
| ^