Redian新闻
>
Screening "Olympus has fallen"
avatar
Screening "Olympus has fallen"# Movie - 无限影话
c*e
1
int a=3, b=50, c=100;
(c=a+a)=b+c;
What is c? why?
avatar
p*a
2
美国电影的个人英雄主义永久不衰呀 呵呵
不知道今年要上的iron man3 是不是也继续这个调呢?
avatar
c*n
3
我最讨厌这种题目,真的写程序的时候写出这种code,不被骂死啊

【在 c**********e 的大作中提到】
: int a=3, b=50, c=100;
: (c=a+a)=b+c;
: What is c? why?

avatar
s*j
4
怎么样?

【在 p******a 的大作中提到】
: 美国电影的个人英雄主义永久不衰呀 呵呵
: 不知道今年要上的iron man3 是不是也继续这个调呢?

avatar
a*k
5
真无聊

【在 c*********n 的大作中提到】
: 我最讨厌这种题目,真的写程序的时候写出这种code,不被骂死啊
avatar
y*d
6
where did you see it?
avatar
P*e
7
using gcc
error: invalid lvalue in assignment

【在 c**********e 的大作中提到】
: int a=3, b=50, c=100;
: (c=a+a)=b+c;
: What is c? why?

avatar
y*n
8
我就奇怪了
难道中国电影不是个人英雄主义永久不衰?
从方世玉到黄飞鸿
从成龙的电影到叶问
小说和电视里从令狐冲到萧峰到郭靖

【在 p******a 的大作中提到】
: 美国电影的个人英雄主义永久不衰呀 呵呵
: 不知道今年要上的iron man3 是不是也继续这个调呢?

avatar
c*e
9
Using CC, c = 56. I do not understand why.
avatar
p*a
10
大场面还是可以 不过感觉编剧硬是为了编这么一个故事弄得美国人都跟白痴一样 当然
啦 艺术嘛 不能当真 呵呵

【在 s*****j 的大作中提到】
: 怎么样?
avatar
n*x
11
Intel CC说:
error: expression must be a modifiable lvalue
(c=a+a)=b+c;
^
avatar
p*a
12
呵呵 我没拿美国电影和中国电影作比较 所以没啥好奇怪的

【在 y****n 的大作中提到】
: 我就奇怪了
: 难道中国电影不是个人英雄主义永久不衰?
: 从方世玉到黄飞鸿
: 从成龙的电影到叶问
: 小说和电视里从令狐冲到萧峰到郭靖

avatar
s*s
13
should be 56,
since when you write = operator for a class, you always return *this.

【在 c**********e 的大作中提到】
: int a=3, b=50, c=100;
: (c=a+a)=b+c;
: What is c? why?

avatar
p*a
14
马上电影院就会上了

【在 y*****d 的大作中提到】
: where did you see it?
avatar
g*j
15
on my machine it is 56.
I use g++.

【在 c**********e 的大作中提到】
: int a=3, b=50, c=100;
: (c=a+a)=b+c;
: What is c? why?

avatar
a*l
16
gcc produced error: invalid lvalue in assignment
g++ produced 56
谁能说说为什么呢?
avatar
c*e
17
(c=a+a)=b+c;
a+a was assigned to c first, then b+c is assigned to c.

【在 a****l 的大作中提到】
: gcc produced error: invalid lvalue in assignment
: g++ produced 56
: 谁能说说为什么呢?

avatar
m*8
18
c和c++在这里不一样。类似的还有++i.

【在 a****l 的大作中提到】
: gcc produced error: invalid lvalue in assignment
: g++ produced 56
: 谁能说说为什么呢?

avatar
s*d
19
in c, (c=a+a) is a constant expression with the value of (a+a)
it's not a variable so can not be given any value
so c compilers will output error
avatar
f*x
20
是啊。。但是好多面试题就是搞这种不实际的东西。。木有办法啊。。

【在 c*********n 的大作中提到】
: 我最讨厌这种题目,真的写程序的时候写出这种code,不被骂死啊
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。