Update 2024/task9.cpp

This commit is contained in:
2024-12-20 17:35:24 +00:00
parent 3d6de439dd
commit fdbb6dcf0c

View File

@@ -6,7 +6,7 @@ int main ()
{ {
int a,b; int a,b;
cin >> a, b; cin >> a;
int d1, d2, d3; int d1, d2, d3;
d1 = a % 10; d1 = a % 10;