报错: Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.1.16.
解决方案:
非常简单:Build--->Rebuild project,再运行就没…
求求你点点赞吧!拜托 #include <bits/stdc.h>
using namespace std;
int main()
{int v,n,t;//背包容量,物品数量,最大组号 cin>>v>>n>>t;int w[31];//物品重量 int c[31];//物品价值 int p;//组号 int a[11][31]{0}…