0_0_15063723_28419.cpp: In function 'int main()':
0_0_15063723_28419.cpp:7:10: error: expected primary-expression before ')' token
switch()
^
0_0_15063723_28419.cpp:9:15: error: the value of 'score' is not usable in a constant expression
case score>100:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:9:15: error: the value of 'score' is not usable in a constant expression
case score>100:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:14:15: error: the value of 'score' is not usable in a constant expression
case score>89:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:14:15: error: the value of 'score' is not usable in a constant expression
case score>89:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:19:15: error: the value of 'score' is not usable in a constant expression
case score>79:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:19:15: error: the value of 'score' is not usable in a constant expression
case score>79:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:24:15: error: the value of 'score' is not usable in a constant expression
case score>69:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:24:15: error: the value of 'score' is not usable in a constant expression
case score>69:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:29:15: error: the value of 'score' is not usable in a constant expression
case score>59:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:29:15: error: the value of 'score' is not usable in a constant expression
case score>59:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:34:16: error: the value of 'score' is not usable in a constant expression
case score>=0:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:34:16: error: the value of 'score' is not usable in a constant expression
case score>=0:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:39:15: error: the value of 'score' is not usable in a constant expression
case score<0:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
0_0_15063723_28419.cpp:39:15: error: the value of 'score' is not usable in a constant expression
case score<0:
^
0_0_15063723_28419.cpp:4:9: note: 'score' was not declared 'constexpr'
double score;
^
|