I am trying to reverse decimal numbers more efficient.
#include int main() { while(1) { int a,result; scanf("%d",&a);