#include using namespace std; int main() { int a=-40; int b=3; int c=a%b; printf ("%d",b); // your code goes here return 0; }