Logo Wy Online Judge

WyOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#96#1. 第二个 A + B ProblemrypCompile Error//C++11135b2025-04-16 18:21:502025-04-16 20:37:00

answer

#include <iostream>
using namespace std;

int main (void)
{
    int a, b;
	cin >> a >> b;
	cout << a + b << '\n';
	return 0;
}

Details

This language is not supported yet.