How to initialize structure to zero everytime in while loop?

前端 未结 0 578
陌清茗
陌清茗 2020-11-28 23:48
#include
using namespace std;
typedef long long ll;
#define max 200005
struct st{
    ll index,freq,val;
}s[max];;

int main(){
    ll t;
    ci         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题