#include // The math and time libraries are needed. #include #include using namespace std; int main() { int x=10%3; cout << x << endl; return 0; }