it's an auto coup where the legally elected leader takes more control than they were given https://en.wikipedia.org/wiki/Self-coup
#include<iostream>
main(){for(int i=0;i++<100;){if(i%5&&i%3)std::cout<<i;std::cout<<(i%3?"":"Fizz")<<(i%5?"":"Buzz")<<'\n';}}