This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#include<stdio.h>
#include<string.h>
#define size 3
int main()
{
struct Student
{
int class;//[size];
int number, score;
int ans;
int score1, score2, all_score;//三门成绩分别为score,score1,score2,all_score为了求和