1058. A+B in Hogwarts (20)
摘要:
#include <iostream> using namespace std; int main() { int a[3], b[3]; scanf("%d.%d.%d %d.%d.%d", &a[0], &a[1], &a[2], &b[0], &b[1], &b[2]); int add; a 阅读全文
posted @ 2025-11-23 17:10 王景迁 阅读(1) 评论(0) 推荐(0)
浙公网安备 33010602011771号