Problem shamelessad6
User Teeskit
Submission Time 2026-01-22 16:08:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad6.cpp:1:2: error: invalid preprocessing directive #includes; did you mean #include?
1 | #includes <bits/stdc.h++>
| ^~~~~~~~
| include
shamelessad6.cpp: In function ‘int main()’:
shamelessad6.cpp:4:2: error: ‘ios_base’ has not been declared
4 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
shamelessad6.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin.tie(0);
| ^~~
shamelessad6.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #includes <bits/stdc.h++>
shamelessad6.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << a*b;
| ^~~~
shamelessad6.cpp:8:2: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
shamelessad6.cpp:9:10: error: expected ‘;’ before ‘:’ token
9 | ret