pomoże mi ktoś z tym zadaniem w c++
![Pomoże Mi Ktoś Z Tym Zadaniem W C class=](https://pl-static.z-dn.net/files/dee/6d3e808bda562ee000e48c9e001f4623.png)
#include <iostream>
int main() {
for(int i=48;i>1;i--){
if(i%5!=0 && i%10!=0){
std::cout<<i<<std::endl;
}
}
return 0;
}