#include using namespace std; int main() { int c = 2; int b = c % 2.5; return 0; }