| Problem | shamelessad6 |
|---|---|
| User | usernamehere |
| Submission Time | 2026-01-07 15:53:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shamelessad6.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
shamelessad6.cpp: In function ‘int main()’:
shamelessad6.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a >> b;
| ^~~
shamelessad6.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlcude <bits/stdc++.h>
shamelessad6.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << a*b;
| ^~~~
shamelessad6.cpp:6:2: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
shamelessad6.cpp:7:9: error: ‘min’ was not declared in this scope; did you mean ‘main’?
7 | return min(a*b, 127)
| ^~~
| main
shamelessad6.cpp:7:22