#include<stdio.h>
void ringingbell()
{
    prinf("bell is ringing");
}
int main()
{
    ringbell();
    return 0;
}