Problem shamelessad6
User estkn
Submission Time 2026-01-16 23:33:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad6.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
shamelessad6.cpp: In function ‘int main()’:
shamelessad6.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a,b;
| ^~~
shamelessad6.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << a*b % 998353244;
| ^~~~