account number: 727.65 Khazane Nazd-e Bank Markazi Iran in the name of the Sharif University of Technology.
حساب شمارهی ۷۲۷.۶۵ خزانه نزد بانک مرکزی به نام دانشگاه صنعتی شریف
حساب شمارهی ۷۲۷.۶۵ خزانه نزد بانک مرکزی به نام دانشگاه صنعتی شریف
#include
using namespace std;
int main() {
string s;
while ((cin >> s) && (s != "0")) {
int c = 0;
for (int i=0; is.length(); i++)
c += (s[i]-'0');
cout c endl;
}
return 0;
}
import java.io.*;
public class My {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new
InputStreamReader(System.in));
while (true) {
int x = 0;
try {
String s = br.readLine();
x = Integer.parseInt(s);
}
catch (Exception e) {
e.printStackTrace();
}
if (x == 0)
break;
int sum = 0;
while(x > 0) {
sum += x%10;
x /= 10;
}
System.out.println(sum);
}
}
}