哪错了@root

lhy276 2025-08-03 11:55:32 1

#include <bits/stdc++.h>

using namespace std;

int main() { int a,b; cin>>a>>b; cout<<a+b<<endl; cout<<a+b; }

{{ vote && vote.total.up }}