依赖 <!--websocket--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-websocket</artifactId></dependency>配置类
Configuration
public class WebSocketConfig {Bean //方法返回值交…
CSP-202012-1-期末预测之安全指数
题目很简单,直接上代码
#include <iostream>
using namespace std;
int main() {int n, sum 0;cin >> n;for (int i 0; i < n; i){int w, score;cin >> w >> score;sum w * score;}if (sum > 0…