#include using namespace std; int main() { int n,k=1; while((cin>>n)&&n>0) { int sum=0,x; for(int i=0;i>x; sum+=x; } cout<<"Sum of #"<