leap year

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int i ; scanf("%d",&i); if(i%4==0){ printf("leap year"); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines