3d tag

201 questions


1 answers
90 views
0
cLanguage math questions

#include <stdio.h>int main() { int A, B, C, D, E, F; scanf(%d%d%d\n, &A, &B, &C); scanf(%d%d%d, &D, &E, &F); printf(%d\n, ((A * 100) + (B * 10) + C) * F); printf(%d\n, ((...

2 years ago
« - 21 -

© 2025 OneMinuteCode. All rights reserved.