Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
42287 老方 垃圾分类 C++ 编译错误 0 MS 0 KB 370 2024-02-25 10:43:48

Tests(0/0):


#include<bits/stdc++.h> using namespace std; string a[4][4]={{"FOOD WASTE","leaves","watermelon peel","leftovers"}, {"RECYCLABLE","paper box","plsatic bottle","clothes"}, {"HAZARDOUS","rechargeable battery","abandoned medicine","disinfectant"}, {"RESIDUAL WASTE","mask","battery","plastic bag"}}; string r[20]; int each[4]; int n,maxn=0; int main(){


测评信息: