题目 代码
#include <bits/stdc.h>
using namespace std;
#define x first
#define y second
typedef pair<int, int> PII;
const double eps 1e-4;
const int N 510;
const int M N*N;
struct edge{int a;int b;double c;bool operator < (const edge&…
public static void main(String[] args) {int a 1;int b 2;String result getResult(a, b);System.out.println(result);}SneakyThrowspublic static String getResult(Integer a,Integer b){if (a.equals(b)){return "成功!";}else{throw new Interru…