Problem | minimum |
---|---|
User | C2meang7 |
Submission Time | 2024-07-12 12:24:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp:13:1: error: stray ‘`’ in program
13 | ```
| ^
minimum.cpp:13:2: error: stray ‘`’ in program
13 | ```
| ^
minimum.cpp:13:3: error: stray ‘`’ in program
13 | ```
| ^
minimum.cpp: In function ‘int main()’:
minimum.cpp:3:10: error: ‘cin’ is not a member of ‘std’
3 | std::cin >> a >> b;
| ^~~
minimum.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | int main() {
minimum.cpp:5:14: error: ‘cout’ is not a member of ‘std’
5 | std::cout << b << std::endl;
| ^~~~
minimum.cpp:5:14: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
minimum.cpp:5:32: error: ‘endl’ is not a member of ‘std’
5 | std::cout << b << std::endl;
|